A lot of software is checking for "http_proxy" env variable and if it exists, then it uses the proxy specified in the variable. Would it be possible to add appropriate code in `aiohttp.request` or should each software using aiohttp do it on its own?
A lot of software is checking for "http_proxy" env variable and if it exists, then it uses the proxy specified in the variable.
Would it be possible to add appropriate code in
aiohttp.requestor should each software using aiohttp do it on its own?