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