We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1440b5 + f8d605d commit 0183529Copy full SHA for 0183529
README.md
@@ -337,7 +337,7 @@ proxyServer.listen(8015);
337
* **hostRewrite**: rewrites the location hostname on (301/302/307/308) redirects.
338
* **autoRewrite**: rewrites the location host/port on (301/302/307/308) redirects based on requested host/port. Default: false.
339
* **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.
+* **headers**: object with extra headers to be added to target requests.
341
342
**NOTE:**
343
`options.ws` and `options.ssl` are optional.
0 commit comments