1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/actix_session/sidebar-items.js
2022-03-05 23:25:11 +00:00

1 line
804 B
JavaScript

initSidebarItems({"enum":[["CookieContentSecurity","Used by [`SessionMiddlewareBuilder::cookie_content_security`] to determine how to secure the content of the session cookie."],["SessionLength","Describes how long a session should last."],["SessionStatus","Status of a [`Session`]."]],"mod":[["storage","Pluggable storage backends for session state."]],"struct":[["Session","The primary interface to access and modify session state."],["SessionMiddleware","A middleware for session management in Actix Web applications."],["SessionMiddlewareBuilder","A fluent builder to construct a [`SessionMiddleware`] instance with custom configuration parameters."]],"trait":[["SessionExt","Extract a [`Session`] object from various `actix-web` types (e.g. `HttpRequest`, `ServiceRequest`, `ServiceResponse`)."]]});