Module middleware

Module middleware 

Source

Modules§

logging_middleware
A very simple example middleware for inspiration.

Structs§

CorsConfig
Configuration for CORS behavior.
CorsMiddleware
CORS middleware implementing the Middleware trait.

Enums§

AllowOrigins
Policy for allowed origins.

Traits§

Middleware

Functions§

compose
Build the final handler by folding the middlewares in reverse. Each middleware and handler is consumed exactly once.