Available on crate feature
session
only.Expand description
Session Middleware.
Structs§
- Config
- A configuration for
SessionMiddleware
. - Session
Middleware - Session middleware.
- State
- The Session State
- Store
- Sessions Config
Enums§
- Value
- Represents any valid JSON value.
Constants§
- CHANGED
- Set if the session has been changed.
- PURGED
- Set if the session has been destroied.
- RENEWED
- Set if the session has been renewed.
- UNCHANGED
- Set if the session was unchanged or inited.
Traits§
- Storage
- A Storage Trait
Type Aliases§
- Data
- A data state