content-disposition-parser:解析内容处置HTTP标头

时间:2024-03-27 03:19:58
【文件属性】:

文件名称:content-disposition-parser:解析内容处置HTTP标头

文件大小:61KB

文件格式:ZIP

更新时间:2024-03-27 03:19:58

JavaScript

内容配置解析器 用于Content-Disposition HTTP标头的小巧且经过全面测试的JS解析器,对于nodejs和浏览器环境零依赖。 该库解析标头字符串,使用可以提取的属性构造对象。 没有验证,没有转换(decodeURIComponent()除外)只是试图尽可能地提取数据。 安装 $ npm install content-disposition-parser 用法 const parser = require ( 'content-disposition-parser' ) parser ( 'content-disposition: inline; filename=example.pdf' ) //-> { filename: 'example.pdf', type: 'inline' } parser ( 'content-disposition: form-dat


【文件预览】:
content-disposition-parser-main
----.gitignore(2KB)
----package.json(1KB)
----package-lock.json(176KB)
----.travis.yml(71B)
----LICENSE(1KB)
----index.js(1KB)
----.github()
--------workflows()
----.eslintrc.js(213B)
----README.md(2KB)
----test()
--------snapshots()
--------parser.js(1KB)
--------headers.txt(909B)
----.editorconfig(101B)

网友评论