Module rama::http::layer::required_header
Expand description
Modules§
- Set required headers on the request, if they are missing.
- Set required headers on the response, if they are missing.
Structs§
- Middleware that sets a header on the request.
- Layer that applies
AddRequiredRequestHeaders
which adds a request header. - Middleware that sets a header on the request.
- Layer that applies
AddRequiredResponseHeaders
which adds a request header.