Expand description
Modules§
- request
- Set required headers on the request, if they are missing.
- response
- Set required headers on the response, if they are missing.
Structs§
- AddRequired
Request Headers - Middleware that sets a header on the request.
- AddRequired
Request Headers Layer - Layer that applies
AddRequiredRequestHeaders
which adds a request header. - AddRequired
Response Headers - Middleware that sets a header on the request.
- AddRequired
Response Headers Layer - Layer that applies
AddRequiredResponseHeaders
which adds a request header.