Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@swaggerexpert/cookie
RFC 6265 compliant cookie parser, validator and serializer.
set-cookie-parser
Parses set-cookie headers into objects
@tinyhttp/cookie
HTTP cookie parser and serializer for Node.js
cookie-parser
Parse HTTP request cookies
koa-cookie
Koa cookie parser middleware
set-cookie-parser-es
ESM port of set-cookie-parser with bundled types.
socket.io-cookie
Cookie parser middleware for socket.io
@juji/simple-cookie
Simple cookie parser & serializer
cookie
HTTP server cookie parsing and serialization
koa-cookie-parser
## usage ```javascript const app = new koa(); const CookieParser = require('koa-cookie-parser'); app.use(CookieParser({ cookieNameList:['userId','uuId'], cipherKey:"hello world", maxAge:60*60*24 }));
socket.io-cookie-parser
socket.io middleware for parsing cookies.
akyuu-cookie-parser
Cookie parser for Akyuujs.
@zero-dependency/cookie
Cookie parser and serializer
@tinyhttp/cookie-parser
Cookie parsing middleware for Node.js
faster-cookie-parser
A faster cookie parser.
@poppinss/cookie
Cookie parser for Node.js
tough-cookie
RFC6265 Cookies and Cookie Jar for node.js
yeps-cookie-parser
YEPS Cookie Parser
cookie-signature
Sign and unsign cookies
@21jumpclick/cookie-parser
Express Response Cookie override to add crypto cookie and cookie-parser module replacement