let cc = require("./st-cookie-parser")
let sample = "id=1234; Max-Age=3600; Expires=Wed, 21 Oct 2015 07:28:00 GMT; Secure; Path=/; HttpOnly";
let parsed = cc.parse(sample);
console.log(cc.stringify(parsed));-
Notifications
You must be signed in to change notification settings - Fork 0
kstost/st-cookie-parser
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published