Module middleware

Module middleware 

Source
Expand description

Common middleware layers

Re-exports§

pub use api_key::ApiKeyAuth;

Modules§

api_key
API key middleware, validates an API key is present and in the allow list.
response_body
A response body wrapper to allow injecting custom response body types in middleware.