pub fn connector() -> Result<Connector, Box<dyn Error + Send + Sync>>
Available on crate feature
hyper
only.Expand description
Create a hyper
connector that obeys the system proxy configuration.
For details about the system proxy configuration, see the crate documentation.