Module middleware

Source
Expand description

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.