mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
1 line
668 B
JavaScript
1 line
668 B
JavaScript
window.SIDEBAR_ITEMS = {"enum":[["SessionStatus","Status of a [`Session`]."]],"mod":[["config","Configuration options to tune the behaviour of [`SessionMiddleware`]."],["storage","Pluggable storage backends for session state."]],"struct":[["Session","The primary interface to access and modify session state."],["SessionGetError","Error returned by [`Session::get`]."],["SessionInsertError","Error returned by [`Session::insert`]."],["SessionMiddleware","A middleware for session management in Actix Web applications."]],"trait":[["SessionExt","Extract a [`Session`] object from various `actix-web` types (e.g. `HttpRequest`, `ServiceRequest`, `ServiceResponse`)."]]}; |