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