Name: | nodejs-cookie-parser |
---|---|
Version: | 1.0.1 |
Release: | 4.el7 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 4767 |
License: | MIT |
RPM: | nodejs-cookie-parser-1.0.1-4.el7.noarch.rpm |
Source RPM: | nodejs-cookie-parser-1.0.1-4.el7.src.rpm |
Build Date: | Wed Nov 01 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/expressjs/cookie-parser |
Summary: | A Node.js module for cookie parsing with signatures |
Description: | Parse Cookie header and populate req.cookies with an object keyed by the cookie names. Optionally you may enabled signed cookie support by passing a secret string, which assigns req.secret so it may be used by other middleware. |