Module rama::http::layer::remove_header
Expand description
Modules§
- Remove headers from a request.
- Remove headers from a response.
Structs§
- Middleware that removes headers from a request.
- Layer that applies
RemoveRequestHeader
which removes request headers. - Middleware that removes response headers from a request.
- Layer that applies
RemoveResponseHeader
which removes response headers.