Struct http_util::proxy::PROXY_CONFIG [−][src]
pub struct PROXY_CONFIG {
__private_field: (),
}Fields
__private_field: ()Methods from Deref<Target = ProxyConfig>
Returns the proxy to use for HTTP requests, if any.
Returns the proxy to use for HTTPS requests, if any.
Returns the proxy to use for HTTP or HTTPS requests, if any.
The proxies returned by ProxyConfig::http_proxy and
ProxyConfig::https_proxy take precedence if present.
Trait Implementations
type Target = ProxyConfig
type Target = ProxyConfig
The resulting type after dereferencing.
Dereferences the value.