Skip to content

Commit e2fd85e

Browse files
committed
doc/modules/http.proxies: List env vars used
1 parent 86e4c1c commit e2fd85e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/modules/http.proxies.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Returns an empty 'proxies' object
1111

1212
Reads environmental variables that are used to control if requests go through a proxy.
1313

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+
1419
Returns `proxies`.
1520

1621

0 commit comments

Comments
 (0)