Struct hyper::client::ProxyConfig
[−]
[src]
pub struct ProxyConfig<H, S> where H: Into<Cow<'static, str>>, S: SslClient<HttpConnector::Stream> + Send + Sync + 'static(pub H, pub u16, pub S);
Proxy server configuration with a custom TLS wrapper.