Struct CookieValueMap.Cookie
struct Cookie
;
Constructors
Name | Description |
---|---|
this
(name, value, encoding)
|
Fields
Name | Type | Description |
---|---|---|
name
|
string | Name of the cookie |
rawValue
|
string | The raw cookie value as transferred over the wire |
Methods
Name | Description |
---|---|
setValue
(value, encoding)
|
Sets the cookie value, applying the specified encoding. |
value
()
|
Treats the value as URL encoded |