Skip to main content

Module proxy

Module proxy 

Source
Expand description

Windows proxy discovery and URL-specific proxy resolution.

Structs§

IeProxyConfig
IE proxy settings returned from WinHTTP/IE integration APIs.
ProxyConfig
Proxy settings discovered from Windows configuration.
ProxyResolution
Effective proxy result for a specific URL.

Functions§

get_effective_proxy
Read effective proxy configuration based on ProxySettingsPerUser policy.
get_ie_proxy_config
Read IE/WinHTTP proxy discovery configuration for the current user.
get_proxy_for_url
Resolve proxy for a specific URL using WinHTTP auto-proxy behavior.
get_system_proxy
Read system-level proxy configuration from registry.
get_user_proxy
Read user-level proxy configuration from registry.
parse_proxy_bypass
Parse ProxyOverride style bypass list.
parse_proxy_server
Parse ProxyServer style value into a scheme map.