DakkaSession

Undocumented in source.

Constructors

this
this(HTTPReqResp reqresp, string path, size_t options)
Undocumented in source.

Members

Functions

get
T get(string key, T def_value)
Undocumented in source. Be warned that the author may not have intended to support it.
isKeySet
bool isKeySet(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(string key, string value) del)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
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.
set
void set(string key, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

id
string id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta