Cookie

Undocumented in source.

Constructors

this
this(string name, string value, string path, string domain, string expires, long maxAge, bool secure, bool httpOnly)
Undocumented in source.

Members

Functions

domain
Cookie domain(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
domain
string domain()
Undocumented in source. Be warned that the author may not have intended to support it.
expires
Cookie expires(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
expires
string expires()
Undocumented in source. Be warned that the author may not have intended to support it.
httpOnly
Cookie httpOnly(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
httpOnly
bool httpOnly()
Undocumented in source. Be warned that the author may not have intended to support it.
maxAge
Cookie maxAge(long value)
Undocumented in source. Be warned that the author may not have intended to support it.
maxAge
long maxAge()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
parse
Cookie parse(string cookieString)
Undocumented in source. Be warned that the author may not have intended to support it.
path
Cookie path(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
path
string path()
Undocumented in source. Be warned that the author may not have intended to support it.
secure
Cookie secure(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
secure
bool secure()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
value
Cookie value(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta