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 |
| Maintainer: | Julio Collazos <amarullazo626 at gmail.com> |
| License: | MIT + file LICENSE |
| NeedsCompilation: | no |
| Materials: | NEWS |
| CRAN checks: | cookie results |
| Reference manual: | cookie.html , cookie.pdf |
| 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 |
Please use the canonical form https://CRAN.R-project.org/package=cookie to link to this page.