We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07091b5 commit bd106d6Copy full SHA for bd106d6
README.md
@@ -94,8 +94,8 @@ server.listen(5050);
94
95
`caronte.createProxyServer` supports the following options:
96
97
- * **target**: <url string to be parsed with the url module>
98
- * **forward**: <url string to be parsed with the url module>
+ * **target**: url string to be parsed with the url module
+ * **forward**: url string to be parsed with the url module
99
* **ssl**: object to be passed to https.createServer()
100
* **ws**: true/false, if you want to proxy websockets
101
* **xfwd**: true/false, adds x-forward headers
0 commit comments