Skip to content

Commit

Permalink
Update README with actual secureProxy behavior (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoically authored and TooTallNate committed Aug 27, 2019
1 parent e145714 commit c17ccdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -103,7 +103,7 @@ The `options` argument may either be a string URI of the proxy server to use, or

* `host` - String - Proxy host to connect to (may use `hostname` as well). Required.
* `port` - Number - Proxy port to connect to. Required.
* `secureProxy` - Boolean - If `true`, then use TLS to connect to the proxy. Defaults to `false`.
* `protocol` - String - If `https:`, then use TLS to connect to the proxy.
* `headers` - Object - Additional HTTP headers to be sent on the HTTP CONNECT method.
* Any other options given are passed to the `net.connect()`/`tls.connect()` functions.

Expand Down

0 comments on commit c17ccdc

Please sign in to comment.