pub fn build_http_client(
proxy_config: Option<&ProviderProxyConfig>,
) -> Result<Arc<HttpClient>, Error>Expand description
Build an HTTP client with optional proxy configuration.
When an explicit proxy config is provided, it is used directly.
Otherwise, falls back to environment variable detection
(HTTPS_PROXY / HTTP_PROXY / NO_PROXY).