mirror of
https://github.com/tenrok/axios.git
synced 2026-05-21 13:24:11 +03:00
07a7b7c84c
* Adding a way to disable all proxy processing When the proxy field in configuration is === false all proxy processing is disabled. This specifically disable the 'http_proxy' environment variable handling. Fixes #635 Related to #434 * Change readme wording From review comment on PR (#691)