Home
last modified time | relevance | path

Searched defs:HttpProxy (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_request.h40 struct HttpProxy { struct
46 HttpProxy() : host(""), port(0), exclusions(""), tunnel(false) {} in HttpProxy() argument
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A Djs-apis-net-ethernet.md14 ## HttpProxy section
H A Djs-apis-webSocket.md1009 ## HttpProxy section
H A Djs-apis-http.md1539 ## HttpProxy section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-net-ethernet.md14 ## HttpProxy section
H A Djs-apis-webSocket.md1009 ## HttpProxy section
H A Djs-apis-http.md1539 ## HttpProxy section
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dhttp_proxy.cpp29 HttpProxy::HttpProxy() : port_(0) {} in HttpProxy() function in OHOS::NetManagerStandard::HttpProxy
31 HttpProxy::HttpProxy(std::string host, uint16_t port, const std::list<std::string> &exclusionList) … in HttpProxy() function in OHOS::NetManagerStandard::HttpProxy