logo

Module actix_web::middleware[][src]

Expand description

Middlewares

Re-exports

pub use self::normalize::NormalizePath;

Modules

Custom handlers service for responses.

Middleware to normalize request’s URI

Structs

Middleware for compressing response body.

Middleware for conditionally enables another middleware. The controlled middleware must not change the Service interfaces. This means you cannot control such middlewares like Logger or Compress.

Middleware for setting default response headers.

Middleware for logging request and response info to the terminal.