Home
last modified time | relevance | path

Searched defs:ProxyBuilder (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dsettings.rs354 pub fn all(addr: &str) -> ProxyBuilder { in all()
371 pub fn http(addr: &str) -> ProxyBuilder { in http()
388 pub fn https(addr: &str) -> ProxyBuilder { in https()
410 pub struct ProxyBuilder { struct
414 impl ProxyBuilder { argument
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Dconfig.rs237 pub fn http(url: &str) -> ProxyBuilder { in http()
254 pub fn https(url: &str) -> ProxyBuilder { in https()
271 pub fn all(url: &str) -> ProxyBuilder { in all()
294 pub struct ProxyBuilder(Result<reqwest::Proxy, HttpClientError>); struct
296 impl ProxyBuilder { impl