Commit a8d396e
authored
docs: clarify HTTP/1 header casing directions (envoyproxy#44939)
Commit Message: docs: clarify HTTP/1 header casing directions
Additional Description:
Fix the header casing guide to describe the correct directions for
HTTP/1 header_key_format configuration. For more details, please see
envoyproxy#44924.
HttpConnectionManager http_protocol_options controls formatting for
upstream request headers, while cluster HttpProtocolOptions controls
formatting for downstream response headers. Also update the API comments
to describe header_key_format as applying to headers encoded by the
HTTP/1 codec rather than only response headers.
Fixes envoyproxy#44924
Signed-off-by: SunBK201 <sunbk201gm@gmail.com>1 parent 69b4fee commit a8d396e
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- api/envoy/config/core/v3
- docs/root/configuration/http/http_conn_man
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
449 | | - | |
| 448 | + | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments