mirror of
https://github.com/actix/actix-website
synced 2025-08-19 04:15:40 +02:00
update actix-web api docs
This commit is contained in:
@@ -1 +1 @@
|
||||
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."]]});
|
||||
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`."]]});
|
Reference in New Issue
Block a user