Available on crate feature
set-header
only.Expand description
Modules§
- Set a header on the request.
- Set a header on the response.
Structs§
- Middleware that sets a header on the request.
- Layer that applies
SetRequestHeader
which adds a request header. - Middleware that sets a header on the response.
- Layer that applies
SetResponseHeader
which adds a response header.
Traits§
- Trait for producing header values.