pub type SetSensitiveHeaders<S> = SetSensitiveRequestHeaders<SetSensitiveResponseHeaders<S>>;
Available on crate feature sensitive-headers only.
Expand description

Mark headers as sensitive on both requests and responses.

See the module docs for more details.