We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302d981 commit c86ae51Copy full SHA for c86ae51
README.md
@@ -354,6 +354,7 @@ proxyServer.listen(8015);
354
* **hostRewrite**: rewrites the location hostname on (301/302/307/308) redirects.
355
* **autoRewrite**: rewrites the location host/port on (301/302/307/308) redirects based on requested host/port. Default: false.
356
* **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.
358
359
**NOTE:**
360
`options.ws` and `options.ssl` are optional.
0 commit comments