[ 原始碼: node-cookie-parser ]
套件:node-cookie-parser(1.4.5-1)
node-cookie-parser 的相關連結
Debian 的資源:
下載原始碼套件 node-cookie-parser:
- [node-cookie-parser_1.4.5-1.dsc]
- [node-cookie-parser_1.4.5.orig.tar.gz]
- [node-cookie-parser_1.4.5-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
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable