# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "cookie" in publications use:' type: software license: MIT title: 'cookie: HTTP Cookies Parser Middleware' version: 1.0.0 doi: 10.32614/CRAN.package.cookie abstract: 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 . authors: - family-names: Collazos given-names: Julio email: amarullazo626@gmail.com orcid: https://orcid.org/0009-0006-5503-0997 repository: https://juliocollazos64.r-universe.dev commit: cd48ce7351b4b5c4ad07aa1f252b689dc9271e6d date-released: '2026-06-06' contact: - family-names: Collazos given-names: Julio email: amarullazo626@gmail.com orcid: https://orcid.org/0009-0006-5503-0997