Searched refs:http (Results 1 – 25 of 723) sorted by relevance
12345678910>>...29
| /developtools/smartperf_host/ide/server/ |
| D | main.go | 54 func cors(fs http.Handler, version string) http.HandlerFunc { 55 return func(w http.ResponseWriter, r *http.Request) { 128 mux := http.NewServeMux() 133 …mux.Handle("/application/upload/", http.StripPrefix("/application/upload/", http.FileServer(http.D… 136 fs := http.FileServer(http.Dir(exPath + "/")) 137 mux.Handle("/application/", http.StripPrefix("/application/", cors(fs, version))) 139 ser := &http.Server{ 148 ser := &http.Server{ 185 func consoleHandler(w http.ResponseWriter, r *http.Request) { 204 func serverInfo(w http.ResponseWriter, r *http.Request) { [all …]
|
| /developtools/integration_verification/tools/fotff/utils/ |
| D | http.go | 27 …hod string, url string, body []byte, header map[string]string) (response *http.Response, err error… 42 var resp *http.Response 58 …hod string, url string, body []byte, header map[string]string) (response *http.Response, err error… 60 req, err := http.NewRequest(method, url, bytes.NewReader(body)) 74 if resp.StatusCode == http.StatusProxyAuthRequired || resp.StatusCode == http.StatusForbidden {
|
| D | proxy.go | 34 var proxyClient = http.DefaultClient 83 proxyClient = &http.Client{ 84 Transport: &http.Transport{ 85 Proxy: http.ProxyURL(proxyURL),
|
| D | pprof.go | 20 server := &http.Server{Addr: net.JoinHostPort("localhost", cfg.Port)}
|
| /developtools/integration_verification/tools/fotff/vcs/gitee/ |
| D | branch.go | 32 resp, err := utils.DoSimpleHttpReq(http.MethodGet, url, nil, nil)
|
| D | commit.go | 32 resp, err = utils.DoSimpleHttpReq(http.MethodGet, url, nil, nil)
|
| D | issue.go | 36 resp, err = utils.DoSimpleHttpReq(http.MethodGet, url, nil, nil)
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | get_newer_ci.go | 65 …resp, err := utils.DoSimpleHttpReq(http.MethodPost, "http://ci.openharmony.cn/api/ci-backend/ci-po… 124 resp, err := utils.DoSimpleHttpReqRaw(http.MethodGet, url, nil, nil)
|
| D | steps_ci.go | 99 …resp, err := utils.DoSimpleHttpReq(http.MethodPost, "http://ci.openharmony.cn/api/ci-backend/ci-po… 147 resp, err := utils.DoSimpleHttpReq(http.MethodGet, tag.TagFileURL, nil, nil)
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | README.md | 19 npm config set proxy http://username:password@server:port 20 npm confit set https-proxy http://username:password@server:port
|
| /developtools/profiler/device/plugins/api/test/fuzztest/pluginstartsessioncmd_fuzzer/corpus/ |
| D | init | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/profiler/device/plugins/api/test/fuzztest/plugincreatesessioncmd_fuzzer/corpus/ |
| D | init | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilergetcapabilities_fuzzer/corpus/ |
| D | init | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstopsession_fuzzer/corpus/ |
| D | init | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/profiler/device/plugins/network_plugin/test/fuzztest/networkstartplugin_fuzzer/corpus/ |
| D | init | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerdestroysession_fuzzer/corpus/ |
| D | init | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/smartperf_host/trace_streamer/build/ |
| D | config.gni | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/ |
| D | SocketProfiler.ets | 7 * http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/ace_ets2bundle/compiler/sample/pages/testcases/ |
| D | struct-02.ets | 7 * http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilercreatesession_fuzzer/corpus/ |
| D | init | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/profiler/device/plugins/hiperf_plugin/test/fuzztest/hiperfstartplugin_fuzzer/corpus/ |
| D | init | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/smartperf_host/trace_streamer/ |
| D | .gn_win | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/importLess/ |
| D | importLess.less | 7 * http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/profiler/device/plugins/ftrace_plugin/ |
| D | ftrace.gni | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/corpus/ |
| D | init | 6 # http://www.apache.org/licenses/LICENSE-2.0
|
12345678910>>...29