Skip to main content

Module proxy

Module proxy 

Source
Expand description

Defines outbound proxy configuration and domain matching.

The module supports no proxy, one global proxy, or domain-specific include and exclude rules. URL matching selects the applicable proxy at request time.

Structsยง

EnvironmentEndpoint ๐Ÿ”’
EnvironmentProxy ๐Ÿ”’
EnvironmentProxyBuild ๐Ÿ”’
NoProxyRules ๐Ÿ”’
PartialProxyConfig
Associates one proxy URL with include and exclude patterns.
ProxySnapshot
Captures the proxy policy used by one generation of outbound clients.

Enumsยง

Network ๐Ÿ”’
ProxyConfig
Examples:
ProxyScheme ๐Ÿ”’
WildCardedDomain ๐Ÿ”’
A domain name, that optionally allows a * as its first subdomain.

Functionsยง

effective_environment_url ๐Ÿ”’
environment_proxies ๐Ÿ”’
first_var ๐Ÿ”’
parse_environment_url ๐Ÿ”’
proxy_hostname ๐Ÿ”’
proxy_uri_host ๐Ÿ”’
proxy_uri_hostname ๐Ÿ”’

Type Aliasesยง

Domain ๐Ÿ”’
Domains ๐Ÿ”’
Networks ๐Ÿ”’
Proxies ๐Ÿ”’
ProxyHost
Stores a proxy endpoint hostname inline when it is short.
ProxyHostBuffer ๐Ÿ”’
ProxyHosts
Shared proxy endpoint names used by outbound resolver policy.
ProxyUrlString ๐Ÿ”’