Module rama::http::layer::required_header::request
Expand description
Set required headers on the request, if they are missing.
For now this only sets Host
header on http/1.1,
as well as always a User-Agent for all versions.
Structsยง
- Middleware that sets a header on the request.
- Layer that applies
AddRequiredRequestHeaders
which adds a request header.