Type Alias SetSensitiveHeaders

pub type SetSensitiveHeaders<S> = SetSensitiveRequestHeaders<SetSensitiveResponseHeaders<S>>;
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 */ }