Searched defs:HttpProxy (Results 1 – 5 of 5) sorted by relevance
39 struct HttpProxy { struct46 HttpProxy() : host(""), port(0), exclusions(""), userpwd(""), tunnel(false) {} in HttpProxy() argument
26 type HttpProxy = connection.HttpProxy; alias
25 HttpProxy::HttpProxy() : port_(0) {} in HttpProxy() function in OHOS::NetManagerStandard::HttpProxy27 HttpProxy::HttpProxy(std::string host, uint16_t port, const std::list<std::string> &exclusionList) … in HttpProxy() function in OHOS::NetManagerStandard::HttpProxy
1179 export interface HttpProxy { interface
29 type HttpProxy = connection.HttpProxy; alias