pub type ProxyAwareConnector = HttpsConnector<ProxyConnector<HttpConnector>>;Expand description
The full connector type used by upper layers to construct a
hyper_util::client::legacy::Client.
Aliased Typeยง
pub struct ProxyAwareConnector { /* private fields */ }