Crate tower_sessions_core
source ·Re-exports
pub use tower_cookies::cookie;
Modules
- A middleware that provides
Sessionas a request extension. - A session which allows HTTP applications to associate data with visitors.
- An arbitrary store which houses the session data.
Structs
- A session store for layered caching.
- A session which allows HTTP applications to associate key-value pairs with visitors.
- A middleware that provides
Sessionas a request extension. - A layer for providing
Sessionas a request extension.
Enums
- Session expiry configuration.
Traits
- A trait providing a deletion method for expired methods and optionally a method that runs indefinitely, deleting expired sessions.
- An arbitrary store which houses the session data.