Module headers

Expand description

A wrapper around [HeaderMap] to allow for sensitivity.

Structsยง

HeaderMarker
Marks the sensitive data of a header pair.
MakeHeaders
A MakeFmt producing SensitiveHeaders.
SensitiveHeaders
A wrapper around &HeaderMap which modifies the behavior of Debug. Specific parts of the [HeaderMap] are marked as sensitive using a closure. This accommodates the httpPrefixHeaders trait and httpHeader trait.