[][src]Module secure_session::middleware

Iron specific middleware and handlers.

Structs

SessionConfig

Configuration of how sessions and session cookies are created and validated.

SessionConfigBuilder

A utility to help build a SessionConfig in an API backwards compatible way.

SessionHandler

Uses a SessionManager to serialize and deserialize cookies during the request/response cycle.

SessionMiddleware

Middleware for automatic session management.