Available on crate feature
proxies only.Structs§
- EnvProxy
- Default Proxy. Performs auto detection from ENV. Supports the schemes
http(s)://andsocks5(h)://. - NoProxy
- Use a direct connection
Traits§
- Proxy
- Trait to implement custom proxies
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.