We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fd427 commit 489ef30Copy full SHA for 489ef30
posts/en/req_config.md
@@ -159,6 +159,7 @@ These are the available config options for making requests. Only the `url` is re
159
// for your proxy configuration, you can also define a `no_proxy` environment
160
// variable as a comma-separated list of domains that should not be proxied.
161
// Use `false` to disable proxies, ignoring environment variables.
162
+ // Disable if supplying a custom httpAgent/httpsAgent to manage proxying requests.
163
// `auth` indicates that HTTP Basic auth should be used to connect to the proxy, and
164
// supplies credentials.
165
// This will set an `Proxy-Authorization` header, overwriting any existing
0 commit comments