Available on crate feature
proxies only.Structs§
- EnvProxy
http_proxy,HTTPS_PROXYshould be set for protocol-specific proxies. General proxy should be set withALL_PROXY- NoProxy
Traits§
Functions§
- proxy
- Returns a reference to the proxy.
- set_
boxed_ proxy - Sets the global proxy to a
Box<Proxy>. - set_
proxy - Sets the global proxy to a
&'static Proxy.