Expand description
An in-memory session store for pavex_session
, geared towards testing and local development.
Structs§
- InMemory
Session Store - An in-memory session store.
Constants§
- IN_
MEMORY_ SESSION_ STORE_ NEW - A handle to add
InMemorySessionStore::new()
as a constructor to your Pavex application. - SESSION_
STORE_ FROM - A handle to add
from
as a constructor to your Pavex application.