Updated readme

This commit is contained in:
srossross 2013-09-16 11:24:00 -07:00
parent 07091b5077
commit bd106d69f0

View File

@ -94,8 +94,8 @@ server.listen(5050);
`caronte.createProxyServer` supports the following options:
* **target**: <url string to be parsed with the url module>
* **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
* **ssl**: object to be passed to https.createServer()
* **ws**: true/false, if you want to proxy websockets
* **xfwd**: true/false, adds x-forward headers