Home
last modified time | relevance | path

Searched refs:ProxyBuilder (Results 1 – 4 of 4) sorted by relevance

/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() argument
238 ProxyBuilder( in http()
254 pub fn https(url: &str) -> ProxyBuilder { in https() argument
255 ProxyBuilder( in https()
271 pub fn all(url: &str) -> ProxyBuilder { in all() argument
272 ProxyBuilder( in all()
294 pub struct ProxyBuilder(Result<reqwest::Proxy, HttpClientError>); struct
296 impl ProxyBuilder { impl
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/
H A Dsettings.rs354 pub fn all(addr: &str) -> ProxyBuilder { in all() argument
355 ProxyBuilder { in all()
371 pub fn http(addr: &str) -> ProxyBuilder { in http() argument
372 ProxyBuilder { in http()
388 pub fn https(addr: &str) -> ProxyBuilder { in https() argument
389 ProxyBuilder { in https()
410 pub struct ProxyBuilder { struct
414 impl ProxyBuilder { argument
H A Dmod.rs24 pub use settings::{Proxy, ProxyBuilder, Redirect, Retry, SpeedLimit, Timeout};
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dmod.rs52 pub use config::{Proxy, ProxyBuilder, Redirect, Retry, SpeedLimit, Timeout};