Expand description
A wrapper around [HeaderMap] to allow for sensitivity.
Structsยง
- Header
Marker - Marks the sensitive data of a header pair.
- Make
Headers - A
MakeFmtproducingSensitiveHeaders. - Sensitive
Headers - A wrapper around
&HeaderMapwhich modifies the behavior ofDebug. Specific parts of the [HeaderMap] are marked as sensitive using a closure. This accommodates the httpPrefixHeaders trait and httpHeader trait.