From bdb3492b215a000bd3502c07a8bf1a8cf14dbaa1 Mon Sep 17 00:00:00 2001 From: deanshelton913 Date: Wed, 23 Mar 2016 15:19:50 -0700 Subject: [PATCH] Add expected datatype to readme This confused me while attempting to use this feature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0b969e2e..dd5c2cdc8 100644 --- a/README.md +++ b/README.md @@ -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