Module headers
Expand description
types and functionality to preserve http1* header casing and order.
This is especially important for proxies and clients… because out there… are wild servers that care about header casing for reasons… You can think of that what you want, but they do and we have to deal with it.
Modules§
- Original order and case tracking for h1 tracking…
Structs§
- Utility that can be used to be able to remove headers from an
HeaderMap
in random order, one by one. - Porduced by the
IntoIterator
implementation forHeaderMapValueRemover
.