Package: cookie 1.0.0
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>.
Authors:
cookie_1.0.0.tar.gz
cookie_1.0.0.tar.gz(r-4.7-any)cookie_1.0.0.tar.gz(r-4.6-any)
cookie_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
cookie/json (API)
NEWS
| # Install 'cookie' in R: |
| install.packages('cookie', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:85a2e30bf2. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 134 | ||
| source / vignettes | OK | 162 | ||
| linux-release-x86_64 | OK | 127 | ||
| wasm-release | OK | 110 |
Exports:cookieParserserialisesignunsign
Dependencies:secretbase
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Cookie Parser Middleware | cookieParser |
| Serialise a Set-Cookie Header | serialise |
| Sign a Cookie Value | sign |
| Unsign a Cookie Value | unsign |
