Skip to content

Commit 820f198

Browse files
committed
Merge pull request #806 from chimurai/master
Fixed missing documentation: #options.headers
2 parents d2df053 + c86ae51 commit 820f198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ proxyServer.listen(8015);
337337
* **hostRewrite**: rewrites the location hostname on (301/302/307/308) redirects.
338338
* **autoRewrite**: rewrites the location host/port on (301/302/307/308) redirects based on requested host/port. Default: false.
339339
* **protocolRewrite**: rewrites the location protocol on (301/302/307/308) redirects to 'http' or 'https'. Default: null.
340+
* **headers**: object with extra headers to be added to target requests.
340341

341342
**NOTE:**
342343
`options.ws` and `options.ssl` are optional.

0 commit comments

Comments
 (0)