set-cookie-parser:用于解析 HTTP set-cookie 标头的 Node.js 库

时间:2021-07-24 19:45:20
【文件属性】:
文件名称:set-cookie-parser:用于解析 HTTP set-cookie 标头的 Node.js 库
文件大小:39KB
文件格式:ZIP
更新时间:2021-07-24 19:45:20
JavaScript 设置cookie解析器 将 set-cookie 标头解析为对象 接受单个set-cookie标头值、一组set-cookie标头值或可能具有 0 个或多个set-cookie标头的 Node.js 响应对象。 还接受一个可选的选项对象。 默认值: { decodeValues : true , // Calls dcodeURIComponent on each value - default: true map : false , // Return an object instead of an array - default: false silent : false , // Suppress the warning that is loged when called on a request instead of
【文件预览】:
set-cookie-parser-master
----.gitignore(26B)
----package.json(972B)
----package-lock.json(96KB)
----.travis.yml(1KB)
----LICENSE(1KB)
----.eslintrc.js(409B)
----README.md(6KB)
----lib()
--------set-cookie.js(6KB)
----.gitattributes(12B)
----test()
--------set-cookie-parser.js(7KB)
--------.eslintrc.js(104B)
--------warnings.js(944B)
--------split-cookies-string.js(8KB)
----.editorconfig(188B)

网友评论