Type Definition tower_http::sensitive_headers::SetSensitiveHeaders
source · [−]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.