[ 源代码: node-cookie-parser ]
软件包:node-cookie-parser(1.4.6+~1.4.3-1)
node-cookie-parser 的相关链接
Debian 的资源:
下载源码包 node-cookie-parser:
- [node-cookie-parser_1.4.6+~1.4.3-1.dsc]
- [node-cookie-parser_1.4.6+~1.4.3.orig-types-cookie-parser.tar.gz]
- [node-cookie-parser_1.4.6+~1.4.3.orig.tar.gz]
- [node-cookie-parser_1.4.6+~1.4.3-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 node-cookie-parser 有关的软件包
|
|
|
|
-
- dep: node-cookie (>= 0.4)
- Basic cookie parser and serializer module for Node.js
-
- dep: node-cookie-signature
- Sign and unsign cookies using hmac - module for Node.js