|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
Constructors | | Instances | |
|
|
|
Creates a cookie with a default version of 1 and path of /
|
|
|
Set a Cookie in the Result.
The values are escaped as per RFC 2109, but some browsers may
have buggy support for cookies containing e.g. '"' or ' '.
|
|
|
Get all cookies from the HTTP request. The cookies are ordered per RFC from
the most specific to the least specific. Multiple cookies with the same
name are allowed to exist.
|
|
|
Get the most specific cookie with the given name. Fails if there is no such
cookie or if the browser did not escape cookies in a proper fashion.
Browser support for escaping cookies properly is very diverse.
|
|
|
|
|
|
|
Not an supported api. Takes a cookie header and returns
either a String error message or an array of parsed cookies
|
|
|
not a supported api. A parser for RFC 2109 cookies
|
|
Produced by Haddock version 2.6.1 |