Expand description
A wrapper around HeaderMap
to allow for sensitivity.
Structs§
- Marks the sensitive data of a header pair.
- A
MakeFmt
producingSensitiveHeaders
. - A wrapper around
&HeaderMap
which modifies the behavior ofDebug
. Specific parts of theHeaderMap
are marked as sensitive using a closure. This accommodates the httpPrefixHeaders trait and httpHeader trait.