CookieValueMap

Members

Functions

add
void add(string name, string value, .Cookie.Encoding encoding)
Undocumented in source. Be warned that the author may not have intended to support it.
get
string get(string name, string def_value)
Undocumented in source. Be warned that the author may not have intended to support it.
getAll
string[] getAll(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref Cookie) @(safe) del)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref Cookie) @(safe) del)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string name, string value) @(safe) del)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string name, string value) @(safe) del)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
auto opBinaryRight(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
string opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(string value, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Cookie
struct Cookie
Undocumented in source.

Meta