Skip to content

Commit

Permalink
Merge pull request #983 from deanshelton913/add-datatype-to-readme
Browse files Browse the repository at this point in the history
Add expected datatype to readme
  • Loading branch information
jcrugzz committed Mar 23, 2016
2 parents a4b2857 + bdb3492 commit 28cecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ proxyServer.listen(8015);
* **ws**: true/false, if you want to proxy websockets
* **xfwd**: true/false, adds x-forward headers
* **secure**: true/false, if you want to verify the SSL Certs
* **toProxy**: passes the absolute URL as the `path` (useful for proxying to proxies)
* **toProxy**: true/false, passes the absolute URL as the `path` (useful for proxying to proxies)
* **prependPath**: true/false, Default: true - specify whether you want to prepend the target's path to the proxy path
* **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).
* **localAddress**: Local interface string to bind for outgoing connections
Expand Down

0 comments on commit 28cecb5

Please sign in to comment.