mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Adding a way to disable all proxy processing (#691)
* 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)
This commit is contained in:
committed by
Rubén Norte
parent
62db26b588
commit
07a7b7c84c
@@ -319,6 +319,7 @@ These are the available config options for making requests. Only the `url` is re
|
||||
httpsAgent: new https.Agent({ keepAlive: true }),
|
||||
|
||||
// 'proxy' defines the hostname and port of the proxy server
|
||||
// Use `false` to disable proxies, ignoring environment variables.
|
||||
// `auth` indicates that HTTP Basic auth should be used to connect to the proxy, and
|
||||
// supplies credentials.
|
||||
// This will set an `Proxy-Authorization` header, overwriting any existing
|
||||
|
||||
Reference in New Issue
Block a user