CookieValueMap.Cookie

Undocumented in source.

Constructors

this
this(string name, string value, .Cookie.Encoding encoding)
Undocumented in source.

Members

Functions

setValue
void setValue(string value, .Cookie.Encoding encoding)

Sets the cookie value, applying the specified encoding.

value
string value()
void value(string val)

Treats the value as URL encoded

Variables

name
string name;

Name of the cookie

rawValue
string rawValue;

The raw cookie value as transferred over the wire

Meta