[][src]Module actix_web::middleware

Middlewares

Modules

cors

Cross-origin resource sharing (CORS) for Actix applications

errhandlers

Custom handlers service for responses.

identity

Request identity service for Actix applications.

Structs

Compress

Middleware for compressing response body.

DefaultHeaders

Middleware for setting default response headers.

Logger

Middleware for logging request and response info to the terminal.

NormalizePath

Middleware to normalize request's URI in place

Traits

BodyEncoding

Helper trait that allows to set specific encoding for response.