cookie: HTTP Cookies Parser Middleware

A cookie is a piece of data sent from a web server to a web client which helps in overcoming the statelessness constraint of the HTTP protocol. This package provides the tools to work with them in the form of a cookie parser middleware function, meant to be attached to a bigger R web application, and utilities to write, sign and unsign a cookie. For more details see the Mozilla Developer Network (MDN) web documentation in <https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Cookies>.

Version: 1.0.0
Imports: secretbase, utils
Suggests: curl, httpuv, later, R6, routing, testthat (≥ 3.0.0), yyjsonr
Published: 2026-06-12
DOI: 10.32614/CRAN.package.cookie (may not be active yet)
Author: Julio Collazos ORCID iD [aut, cre], cookie contributors [ctb, cph] (cookie contributors; authors listed in <https://github.com/jshttp/cookie/graphs/contributors>), cookie-parser contributors [ctb, cph] (cookie-parser contributors; authors listed in <https://github.com/expressjs/cookie-parser/graphs/contributors>), cookie-signature contributors [ctb, cph] (cookie-signature contributors; authors listed in <https://github.com/tj/node-cookie-signature/graphs/contributors>), httpuv authors [ctb, cph] (Development of the http_date_string function)
Maintainer: Julio Collazos <amarullazo626 at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: NEWS
CRAN checks: cookie results

Documentation:

Reference manual: cookie.html , cookie.pdf

Downloads:

Package source: cookie_1.0.0.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release (arm64): cookie_1.0.0.tgz, r-oldrel (arm64): cookie_1.0.0.tgz, r-release (x86_64): cookie_1.0.0.tgz, r-oldrel (x86_64): cookie_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=cookie to link to this page.