pub trait ProxyResolver { fn for_url(&self, url: &Url) -> Option<Url>; }
Resolve proxies.
Resolve a proxy for the given url.
url
Return the URL of a HTTP proxy to use for url or None for a direct connection to url.
None