pub fn connector<C>(connector: C) -> ProxyConnector<C>
This is supported on crate feature hyper only.
Expand description

Wraps a hyper connector in a new connector that obeys the system proxy configuration.

For details about the system proxy configuration, see the crate documentation.