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/
Dproxy.rs66 Ok(Proxy::new(Intercept::Http(ProxyInfo::new(uri)?))) in http()
70 Ok(Proxy::new(Intercept::Https(ProxyInfo::new(uri)?))) in https()
74 Ok(Proxy::new(Intercept::All(ProxyInfo::new(uri)?))) in all()
132 All(ProxyInfo),
133 Http(ProxyInfo),
134 Https(ProxyInfo),
138 pub(crate) fn proxy_info(&self) -> &ProxyInfo { in proxy_info() argument
149 pub(crate) struct ProxyInfo { struct
155 impl ProxyInfo { argument