Module tower_http::set_header

source ·
Available on crate feature set-header only.
Expand description

Middleware for setting headers on requests and responses.

See request and response for more details.

Modules

Set a header on the request.
Set a header on the response.

Structs

Middleware that sets a header on the request.
Layer that applies SetRequestHeader which adds a request header.
Middleware that sets a header on the response.
Layer that applies SetResponseHeader which adds a response header.

Traits

Trait for producing header values.