vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
MemorySessionStore.iterateSession
index
vibe
http
session
MemorySessionStore
Undocumented in source. Be warned that the author may not have intended to support it.
int
delegate
(
int
delegate
(
ref
string
key
,
ref
Variant
value
) @(
safe
)) @(
safe
)
iterateSession
(string id)
int
iterateSession
(string id, int delegate(string key) @(safe) del)
class
MemorySessionStore
@
safe
@
trusted
int
iterateSession
(
string
id
,
scope
int
delegate
(
string
key
)
@
safe
del
)
Meta
Source
See Implementation
index
vibe
http
session
MemorySessionStore
functions
create
destroy
get
isKeySet
iterateSession
open
remove
set
properties
storageType