We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fceb7 commit eca765aCopy full SHA for eca765a
lib/http-proxy.js
@@ -42,7 +42,7 @@ module.exports.createProxyServer = module.exports.createServer = function create
42
* ws : <true/false, if you want to proxy websockets>
43
* xfwd : <true/false, adds x-forward headers>
44
* secure : <true/false, verify SSL certificate>
45
- * toProxy: <true/false, explicitly specify if we are proxying to another proxy
+ * toProxy: <true/false, explicitly specify if we are proxying to another proxy>
46
* localAddress : <Local interface string to bind for outgoing connections>
47
* }
48
*
0 commit comments