Module response
Available on crate features
http and std only.Expand description
Set required headers on the response, if they are missing.
For now this only sets Server and Date heades.
Structs§
- AddRequired
Response Headers - Middleware that sets a header on the request.
- AddRequired
Response Headers Layer - Layer that applies
AddRequiredResponseHeaderswhich adds a request header.