vibe-d v0.9.4 (2021-09-30T12:24:53Z)
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)
struct
CookieValueMap
@
safe
int
opApply
(
scope
int
delegate
(
ref
Cookie
)
@
safe
del
)
int
opApply
(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