Skip to content

Commit 28cecb5

Browse files
committed
Merge pull request #983 from deanshelton913/add-datatype-to-readme
Add expected datatype to readme
2 parents a4b2857 + bdb3492 commit 28cecb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ proxyServer.listen(8015);
328328
* **ws**: true/false, if you want to proxy websockets
329329
* **xfwd**: true/false, adds x-forward headers
330330
* **secure**: true/false, if you want to verify the SSL Certs
331-
* **toProxy**: passes the absolute URL as the `path` (useful for proxying to proxies)
331+
* **toProxy**: true/false, passes the absolute URL as the `path` (useful for proxying to proxies)
332332
* **prependPath**: true/false, Default: true - specify whether you want to prepend the target's path to the proxy path
333333
* **ignorePath**: true/false, Default: false - specify whether you want to ignore the proxy path of the incoming request (note: you will have to append / manually if required).
334334
* **localAddress**: Local interface string to bind for outgoing connections

0 commit comments

Comments
 (0)