View source: R/mw-cookie-parser.R
| mw_cookie_parser | R Documentation |
Adds the cookies as the cookies element of the request object.
mw_cookie_parser()
It ignores cookies in an invalid format. It ignores duplicate cookies: if two cookies have the same name, only the first one is included.
Handler function.
Other middleware:
mw_cgi(),
mw_etag(),
mw_json(),
mw_log(),
mw_multipart(),
mw_range_parser(),
mw_raw(),
mw_static(),
mw_text(),
mw_urlencoded()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.