Type Definition tower_http::sensitive_headers::SetSensitiveHeaders [−][src]
pub type SetSensitiveHeaders<S> = SetSensitiveRequestHeaders<SetSensitiveResponseHeaders<S>>;This is supported on crate feature
sensitive-headers only.Expand description
Mark headers as sensitive on both requests and responses.
See the module docs for more details.