Home
last modified time | relevance | path

Searched refs:ProxyInfo (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dproxy.rs65 Ok(Proxy::new(Intercept::Http(ProxyInfo::new(uri)?)))
69 Ok(Proxy::new(Intercept::Https(ProxyInfo::new(uri)?)))
73 Ok(Proxy::new(Intercept::All(ProxyInfo::new(uri)?)))
131 All(ProxyInfo),
132 Http(ProxyInfo),
133 Https(ProxyInfo),
137 pub(crate) fn proxy_info(&self) -> &ProxyInfo {
146 /// ProxyInfo which contains authentication, scheme and host.
148 pub(crate) struct ProxyInfo {
154 impl ProxyInfo { impls
[all...]

Completed in 1 milliseconds