Module tower_http::auth[][src]

This is supported on crate feature auth only.
Expand description

Authorization related middleware.

Modules

require_authorization

Authorize requests using the Authorization header.

Structs

RequireAuthorization

Middleware that authorizes all requests using the Authorization header.

RequireAuthorizationLayer

Layer that applies RequireAuthorization which authorizes all requests using the Authorization header.

Traits

AuthorizeRequest

Trait for authorizing requests.