We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e4c1c commit e2fd85eCopy full SHA for e2fd85e
doc/modules/http.proxies.md
@@ -11,6 +11,11 @@ Returns an empty 'proxies' object
11
12
Reads environmental variables that are used to control if requests go through a proxy.
13
14
+ - `http_proxy` (or `CGI_HTTP_PROXY` if running in a program with `GATEWAY_INTERFACE` set): the proxy to use for normal HTTP connections
15
+ - `https_proxy` or `HTTPS_PROXY`: the proxy to use for HTTPS connections
16
+ - `all_proxy` or `ALL_PROXY`: the proxy to use for **all** connections, overridden by other options
17
+ - `no_proxy` or `NO_PROXY`: a list of hosts to **not** use a proxy for
18
+
19
Returns `proxies`.
20
21
0 commit comments