Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
cookie-parser
exact matchParse HTTP request cookies
TypeScript definitions for cookie-parser
TypeScript definitions for set-cookie-parser
RFC 6265 compliant cookie parser, validator and serializer.
HTTP cookie parser and serializer for Node.js
NestJS Middleware for Cookie Parser
Super lightweight cookie parser and serializer
Koa cookie parser middleware
ESM port of set-cookie-parser with bundled types.
Parses set-cookie headers into objects
🍪 Koa cookie parser middleware
Cookie parser middleware for socket.io
Simple cookie parser & serializer
HTTP cookie parser tool
Simple cookie parser and stringifier utility
A cookie parser and serializer. Exposes the "js-cookie" npm package. Intended for use in Adobe Launch extensions.
## 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 }));
per-request cookie parser for Hitchy
A faster cookie parser.
socket.io middleware for parsing cookies.