Skip to content

Commit c86ae51

Browse files
committed
docs: options.headers
1 parent 302d981 commit c86ae51

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
@@ -354,6 +354,7 @@ proxyServer.listen(8015);
354354
* **hostRewrite**: rewrites the location hostname on (301/302/307/308) redirects.
355355
* **autoRewrite**: rewrites the location host/port on (301/302/307/308) redirects based on requested host/port. Default: false.
356356
* **protocolRewrite**: rewrites the location protocol on (301/302/307/308) redirects to 'http' or 'https'. Default: null.
357+
* **headers**: object with extra headers to be added to target requests.
357358

358359
**NOTE:**
359360
`options.ws` and `options.ssl` are optional.

0 commit comments

Comments
 (0)