Skip to content

Commit 0183529

Browse files
committed
Merge pull request #974 from bmac/patch-1
Fix formatting of the `headers` option
2 parents c1440b5 + f8d605d commit 0183529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +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.
340+
* **headers**: object with extra headers to be added to target requests.
341341

342342
**NOTE:**
343343
`options.ws` and `options.ssl` are optional.

0 commit comments

Comments
 (0)