Expand description
Windows proxy discovery and URL-specific proxy resolution.
Structs§
- IeProxy
Config - IE proxy settings returned from WinHTTP/IE integration APIs.
- Proxy
Config - Proxy settings discovered from Windows configuration.
- Proxy
Resolution - Effective proxy result for a specific URL.
Functions§
- get_
effective_ proxy - Read effective proxy configuration based on
ProxySettingsPerUserpolicy. - 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
ProxyOverridestyle bypass list. - parse_
proxy_ server - Parse
ProxyServerstyle value into a scheme map.