- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CreateHTTPClient (0.07 sec)
-
istioctl/pkg/util/handlers/handlers_test.go
factory.Client = &fake.RESTClient{ GroupVersion: schema.GroupVersion{Group: "", Version: "v1"}, NegotiatedSerializer: ns, Client: fake.CreateHTTPClient(func(req *http.Request) (*http.Response, error) { switch p, m := req.URL.Path, req.Method; { case p == "/namespaces/istio-system/deployments/foo" && m == "GET":
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jun 09 18:17:49 UTC 2023 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java
logger.warn("Embedded OpenSearch is running. This configuration is not recommended for production use."); break; } } client = createHttpClient(fessConfig, httpAddress); if (StringUtil.isNotBlank(httpAddress)) { System.setProperty(Constants.FESS_SEARCH_ENGINE_HTTP_ADDRESS, httpAddress); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Oct 20 02:08:03 UTC 2024 - 86.1K bytes - Viewed (0)