cpr
cpr copied to clipboard
Please add support for CURL_NOPROXY override
Is your feature request related to a problem?
There is no way to specify CURL_NOPROXY override at the moment. This is required when one wants to disable NO_PROXY environment variable with an override.
Possible Solution
Add "no_proxy" to Proxies or an explicit option
Alternatives
Clean the environment before executing a request & restore afterwards.
Additional Context
No response
@gregory-shklover Thanks for the feature request. Do you want to create a PR for it?
Added suggestion here: https://github.com/libcpr/cpr/pull/1125 Did not validate yet