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.zip(r-4.7)cookie_1.0.0.zip(r-4.6)cookie_1.0.0.zip(r-4.5)
cookie_1.0.0.tgz(r-4.6-any)cookie_1.0.0.tgz(r-4.5-any)
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://juliocollazos64.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/juliocollazos64/cookie/issues
Last updated from:cd48ce7351. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 124 | ||
| source / vignettes | OK | 133 | ||
| linux-release-x86_64 | OK | 125 | ||
| macos-release-arm64 | OK | 100 | ||
| macos-oldrel-arm64 | OK | 88 | ||
| windows-devel | OK | 96 | ||
| windows-release | OK | 79 | ||
| windows-oldrel | OK | 122 | ||
| wasm-release | OK | 94 |
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 |
