Skip to content

Commit 489ef30

Browse files
[Updated] Include documentation on proper use of custom HttpAgent for request proxying (#199)
Co-authored-by: Jay <[email protected]>
1 parent 67fd427 commit 489ef30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posts/en/req_config.md

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ These are the available config options for making requests. Only the `url` is re
159159
// for your proxy configuration, you can also define a `no_proxy` environment
160160
// variable as a comma-separated list of domains that should not be proxied.
161161
// Use `false` to disable proxies, ignoring environment variables.
162+
// Disable if supplying a custom httpAgent/httpsAgent to manage proxying requests.
162163
// `auth` indicates that HTTP Basic auth should be used to connect to the proxy, and
163164
// supplies credentials.
164165
// This will set an `Proxy-Authorization` header, overwriting any existing

0 commit comments

Comments
 (0)