Skip to content

Commit 1dd7fe7

Browse files
committed
Rename to in the docs, too
1 parent b1c2eeb commit 1dd7fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/api/ProxyAgent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For detailed information on the parsing process and potential validation errors,
2525
* **clientFactory** `(origin: URL, opts: Object) => Dispatcher` (optional) - Default: `(origin, opts) => new Pool(origin, opts)`
2626
* **requestTls** `BuildOptions` (optional) - Options object passed when creating the underlying socket via the connector builder for the request. It extends from [`Client#ConnectOptions`](/docs/docs/api/Client.md#parameter-connectoptions).
2727
* **proxyTls** `BuildOptions` (optional) - Options object passed when creating the underlying socket via the connector builder for the proxy server. It extends from [`Client#ConnectOptions`](/docs/docs/api/Client.md#parameter-connectoptions).
28-
* **tunnelProxy** `boolean` (optional) - By default, ProxyAgent will request that the Proxy facilitate a tunnel between the endpoint and the agent. Setting `tunnelProxy` to false overrides this behaviour for if the proxy and endpoint are both using cleartext http: protocols, similar to the behaviour of Curl.
28+
* **proxyTunnel** `boolean` (optional) - By default, ProxyAgent will request that the Proxy facilitate a tunnel between the endpoint and the agent. Setting `proxyTunnel` to false overrides this behaviour for if the proxy and endpoint are both using cleartext http: protocols, similar to the behaviour of Curl.
2929

3030
Examples:
3131

0 commit comments

Comments
 (0)