Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Denoder authored Jan 17, 2024
1 parent 5737d29 commit 1716cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ npm run test
- **ignorePath:** `boolean` - Default: false - specify whether you want to ignore the proxy path of the incoming request (note: you will have to append / manually if required).
- **localAddress:** `string` Local interface string to bind for outgoing connections
- ~~**changeOrigin:** `boolean` - Default: false - changes the origin of the host header to the target URL~~ | `deprecated`
- **changeOrigin:** `boolean` - Default: false - changes the origin of the host header to the target URL
- **changeHost:** `boolean` - Default: false - changes the origin of the host header to the target URL
- **preserveHeaderKeyCase:** `boolean` - Default: false - specify whether you want to keep letter case of response header key
- **auth:** `string` - Basic authentication i.e. 'user:password' to compute an Authorization header.
- **hostRewrite:** `string` - rewrites the location hostname on (201/301/302/303/307/308) redirects.
Expand Down Expand Up @@ -118,4 +118,4 @@ $ npm run test
If you are using the `listen` method, the following options are also applicable:

- **ssl:** `object` - object to be passed to https.createServer()
- **ws:** `boolean` - if you want to proxy websockets
- **ws:** `boolean` - if you want to proxy websockets

0 comments on commit 1716cbc

Please sign in to comment.