Option to process header values in HeaderKeyFormatter extensions
Open
area/http
enhancement
no stalebot
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 430
Description
*Title:* Option to process header values in HeaderKeyFormatter extensions
*Description*:
We would like to write a HeaderKeyFormatter extension. We also care about some headers' values as seen by the codec.
This is not possible to reconstruct today as inline "multiple-message" header values are concatenated when added to the header map, so it's not possible to see their original format.
To make this possible, I would like to modify the existing HeaderKeyFormatter interface so that it takes a header value as well.
Contributor guide
Assessment
This issue has not been assessed yet.