Module gotham::middleware [] [src]

Defines types for Gotham middleware

Modules

pipeline

Defines types for a middleware pipeline

session

Defines a default session middleware supporting multiple backends

Traits

Middleware

Middleware has the opportunity to provide additional behaviour to the Request / Response interaction. Middleware-specific state data can be recorded in the State struct for use elsewhere.

NewMiddleware

Creates new Middleware values.