curl supports automatically setting proxy based on env vars http_proxy / https_proxy (works in upper case HTTP_PROXY / HTTPS_PROXY): https://everything.curl.dev/usingcurl/proxies/env.html
I think this would be a nice addition to httpx instead of having to systematically pass -proxy (which would override the env var if passed of course) ?
curlsupports automatically setting proxy based on env varshttp_proxy/https_proxy(works in upper caseHTTP_PROXY/HTTPS_PROXY): https://everything.curl.dev/usingcurl/proxies/env.htmlI think this would be a nice addition to
httpxinstead of having to systematically pass-proxy(which would override the env var if passed of course) ?