ccproxy.services.config.proxy_configuration¶
ccproxy.services.config.proxy_configuration
¶
Proxy and SSL configuration management service.
ProxyConfiguration
¶
Manages proxy and SSL configuration from environment.
- Calls _init_proxy_url()
- Calls _init_ssl_context()
- Caches configuration
Source code in ccproxy/services/config/proxy_configuration.py
get_httpx_client_config
¶
Build configuration dict for httpx.AsyncClient.
- Includes 'proxy' if proxy configured
- Includes 'verify' for SSL settings
- Ready to pass to client constructor