Module aws_sdk_rust::http::client::proxy [] [src]

Structs

Proxy

Configuration relating to an HTTP Proxy.

ProxyBasicAuthorization

Represents a set of Basic proxy authorization credentials.

Functions

http_proxy

Returns a Proxy from the http_proxy environment variable, if it is set.

https_proxy

Returns a Proxy from the https_proxy environment variable, if it is set.

proxy_unless_domain_exempted

Returns a Proxy from either the http_proxy or https_proxy environment variable if either is set and the given domain name is not matched in the no_proxy environment variable domain extension set.