[Pkg-javascript-commits] [node-cookie-parser] 01/02: Rephrase description
Jérémy Lal
kapouer at moszumanska.debian.org
Wed Jun 18 20:56:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-cookie-parser.
commit ac35201d601adc5d7b443a652cbb9b954814cacf
Author: Jérémy Lal <kapouer at melix.org>
Date: Wed Jun 18 22:54:13 2014 +0200
Rephrase description
---
debian/control | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index cc4219a..f797c69 100644
--- a/debian/control
+++ b/debian/control
@@ -23,12 +23,15 @@ Depends:
, nodejs
, node-cookie-signature
, node-cookie
-Description: cookie parser with signatures - Node.js module
- A parser for cookie header which populates req.cookies
- with an object keyed by the cookie names.
+Description: 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.
.
- Optionally can be enabled signed cookie support by passing
- a secret string, which assigns req.secret so it may be used
- by other middleware.
+ 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cookie-parser.git
More information about the Pkg-javascript-commits
mailing list