Skip to main content

SetSensitiveHeaders

Type Alias SetSensitiveHeaders 

pub type SetSensitiveHeaders<S> = SetSensitiveRequestHeaders<SetSensitiveResponseHeaders<S>>;
Available on crate features http and std only.
Expand description

Mark headers as sensitive on both requests and responses.

See the module docs for more details.

Aliased Type§

pub struct SetSensitiveHeaders<S> { /* private fields */ }