Packages
Session management library for Wisp. Manage user sessions in a simple key-value store.
Retired package: Renamed - Package has been renamed to kv_sessions (https://hexdocs.pm/kv_sessions)
Current section
Files
Jump to
Current section
Files
include/wisp_kv_sessions_SessionKey.hrl
-record(session_key, {
current_session :: wisp_kv_sessions:current_session(),
key :: binary(),
decode :: fun((gleam@dynamic:dynamic_()) -> {ok, any()} |
{error, list(gleam@dynamic:decode_error())}),
encode :: fun((any()) -> binary())
}).