# -------------------------------------------- # 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 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://cran.r-universe.dev commit: 85a2e30bf24a0997939b7f33d3e840558cbe3331 date-released: '2026-06-12' contact: - family-names: Collazos given-names: Julio email: amarullazo626@gmail.com orcid: https://orcid.org/0009-0006-5503-0997