vibe-d v0.9.8-alpha.3 (2023-10-20T08:14:46Z)
Home
Dub
Repo
CookieValueMap.opApply
index
vibe
http
common
CookieValueMap
Undocumented in source. Be warned that the author may not have intended to support it.
int
opApply
(int delegate(ref Cookie) @(safe) del)
int
opApply
(int delegate(ref Cookie) @(safe) del)
struct
CookieValueMap
@
safe
const
int
opApply
(
scope
int
delegate
(
ref
Cookie
)
@
safe
del
)
int
opApply
(int delegate(string name, string value) @(safe) del)
int
opApply
(int delegate(string name, string value) @(safe) del)
Meta
Source
See Implementation
index
vibe
http
common
CookieValueMap
functions
add
get
getAll
length
opApply
opBinaryRight
opIndex
opIndexAssign
structs
Cookie