The name of the cookie to get.
The value of the cookie given by key
.
Get all cookies.
An object with all the cookie values keyed by their names.
Delete the cookie with the given name.
The name of the cookie to delete.
The attributes of the cookie.
Set the value of a cookie.
The name of the cookie to set.
The value of the cookie to set. Objects and arrays will be encoded as JSON before being stored.
The attributes of the cookie.
Generated using TypeDoc
Get the value of a cookie with the given name.