Searched refs:ProxyInfo (Results 1 – 1 of 1) sorted by relevance
66 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() argument149 pub(crate) struct ProxyInfo { struct155 impl ProxyInfo { argument