From c86ae51bb9658309a9628f4f5182d4c45c803b84 Mon Sep 17 00:00:00 2001 From: chimurai Date: Mon, 13 Apr 2015 20:50:42 +0200 Subject: [PATCH] docs: options.headers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 162bde9b7..dc29ee9a3 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ proxyServer.listen(8015); * **hostRewrite**: rewrites the location hostname on (301/302/307/308) redirects. * **autoRewrite**: rewrites the location host/port on (301/302/307/308) redirects based on requested host/port. Default: false. * **protocolRewrite**: rewrites the location protocol on (301/302/307/308) redirects to 'http' or 'https'. Default: null. + * **headers**: object with extra headers to be added to target requests. **NOTE:** `options.ws` and `options.ssl` are optional.