Home
last modified time | relevance | path

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

/foundation/communication/netstack/interfaces/innerkits/http_client/include/
Dhttp_client_request.h40 struct HttpProxy { struct
46 HttpProxy() : host(""), port(0), exclusions(""), tunnel(false) {} in HttpProxy() argument
/foundation/communication/netmanager_ext/interfaces/kits/js/
D@ohos.net.ethernet.d.ts26 type HttpProxy = connection.HttpProxy; alias
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
Dhttp_proxy.cpp29 HttpProxy::HttpProxy() : port_(0), userId_(-1) {} 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
/foundation/communication/netmanager_base/interfaces/kits/js/
D@ohos.net.connection.d.ts1309 export interface HttpProxy { interface
/foundation/communication/netstack/interfaces/kits/js/
D@ohos.net.http.d.ts50 type HttpProxy = connection.HttpProxy; alias