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
- Original order and case tracking for h1 tracking…
Structs§
- Header
MapValue Remover - Utility that can be used to be able to remove
headers from an
HeaderMap
in random order, one by one. - Header
MapValue Remover Into Iter - Porduced by the
IntoIterator
implementation forHeaderMapValueRemover
. - Http1
Header Map - Http1
Header MapInto Iter - Http1
Header Name