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