Skip to content

Commit b9a6d83

Browse files
committed
update docs
1 parent fdb0fb6 commit b9a6d83

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ When set to `true`, enables a catch-all route that will handle requests to unkno
9595
**Default:** `false`
9696
**Example:** `false`
9797

98+
### `normalize_headers`
99+
100+
When set to `true`, normalizes incoming HTTP headers by lowercasing and trimming them. This ensures consistency in header names and values.
101+
102+
**Default:** `true`
103+
98104
## Endpoint Options
99105

100106
### `path`

docs/handler_plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ By default, the headers are normalized (lowercased and trimmed) but kept as stri
6767

6868
For example, if the client sends the following headers:
6969

70-
```
70+
```text
7171
Host: hooks.example.com
7272
User-Agent: foo-client/1.0
7373
Accept: application/json, text/plain, */*

0 commit comments

Comments
 (0)