Module proxy

Source
Available on crate feature proxies only.

Structs§

EnvProxy
Default Proxy. Performs auto detection from ENV. Supports the schemes http(s):// and socks5(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.