new $k.Cookie()
Represents a HTTP Cookie (RFC 2109) sent by a client
Methods
name() : string
Returns the name of the cookie
Returns:
| Type | Description | 
|---|---|
| string | 
value() : string
Returns the value of the cookie
Returns:
| Type | Description | 
|---|---|
| string | 
i·views 5.2
Represents a HTTP Cookie (RFC 2109) sent by a client
Returns the name of the cookie
| Type | Description | 
|---|---|
| string | 
Returns the value of the cookie
| Type | Description | 
|---|---|
| string |