node-cookie-parser 1.4.5-1 source package in Ubuntu

Changelog

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cookie-parser_1.4.5-1.dsc 2.2 KiB b94a973b705e58df9560a0a920eaedf46555698604d58b895df5aa9fadb5d333
node-cookie-parser_1.4.5.orig.tar.gz 6.6 KiB e1b8eefe95279846df4cb01724267dcab9948daf152f5da1c532fc968a4902a4
node-cookie-parser_1.4.5-1.debian.tar.xz 2.7 KiB 9d46f2bbb5626ea9fc83c82145bc30e9a255934d2ed9f7244f6380ae963a2e0a

Available diffs

No changes file available.

Binary packages built by this source

node-cookie-parser: cookie parsing middleware with signatures - Node.js module

 This module provides an express/connect middleware for parsing
 the HTTP Cookie header. It populates req.cookies with an object
 keyed by the cookie names.
 .
 Cookies can be optionally signed with a secret string, which is then
 stored in the 'secret' property of the Request object, so it can be
 used by other middleware.
 .
 Express is a web application framework for Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.