1
0
mirror of https://github.com/actix/actix-website synced 2024-12-04 20:51:54 +01:00
actix-website/static/api/actix-web/stable/actix_web/middleware/session/sidebar-items.js

1 line
619 B
JavaScript
Raw Normal View History

2018-10-10 17:38:33 +02:00
initSidebarItems({"enum":[["CookieSessionError","Errors that can occur during handling cookie session"]],"struct":[["CookieSession","Session that uses signed cookies as session storage"],["CookieSessionBackend","Use cookies for session storage."],["Session","The high-level interface you use to modify session data."],["SessionStorage","Session storage middleware"]],"trait":[["RequestSession","The helper trait to obtain your session data from a request."],["SessionBackend","Session's storage backend trait definition."],["SessionImpl","A simple key-value storage interface that is internally used by `Session`."]]});