Module poem::middleware[][src]

Expand description

Commonly used middleware.

Structs

Middleware for add any data to request.

Compressioncompression

Middleware for decompress request body and compress response body.

Middleware for CookieJar support.

Middleware for CORS

A middleware implemented by a closure.

Middleware for override/append headers to response.

Tracingtracing

A middleware for tracing requests and responses

Traits

Represents a middleware trait.

Extension trait for tower layer compat.

Functions

Make middleware with a closure.