Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update small spelling mistake
  • Loading branch information
enzo-g authored and umputun committed Mar 18, 2024
1 parent e2ee5ba commit d9085e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -323,7 +323,7 @@ The core functionality of reproxy can be extended with external plugins. Each pl
- `HeadersIn` - incoming headers. Those will be sent to the proxied url
- `HeadersOut` - outgoing headers. Will be sent back to the client

By default headers set by a plugin will be mixed with the original headers. In case if plugin need to control all the headers, for example drop some of them, `OverrideHeaders*` field can be set by a plugin indicating to the core reporxy process the need to overwrite all the headers instead of mixing them in.
By default headers set by a plugin will be mixed with the original headers. In case if plugin need to control all the headers, for example drop some of them, `OverrideHeaders*` field can be set by a plugin indicating to the core reproxy process the need to overwrite all the headers instead of mixing them in.

- `OverrideHeadersIn` - indicates plugin responsible for all incoming headers.
- `OverrideHeadersOut` - indicates plugin responsible for all outgoing headers
Expand Down

0 comments on commit d9085e7

Please sign in to comment.