node-http-range:用于 Content-Range 和 Range HTTP1.1 标头字段的 Node.js 解析器

时间:2024-06-21 07:50:31
【文件属性】:

文件名称:node-http-range:用于 Content-Range 和 Range HTTP1.1 标头字段的 Node.js 解析器

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-21 07:50:31

JavaScript

http范围 根据 HTTP/1.1 规范,用于和 HTTP 标头字段的 Node.js 解析器。 安装 $ npm install http-range 用法 var ContentRange = require ( 'http-range' ) . ContentRange ; var Range = require ( 'http-range' ) . Range ; // Parsing and creating 'Content-Range' header ContentRange . prototype . parse ( 'bytes 0-49/50' ) ; // Content-Range: bytes 0-49/50 new ContentRange ( 'bytes' , '0-49' , 50 ) . toString ( ) ; // => bytes 0-4


【文件预览】:
node-http-range-master
----.gitignore(148B)
----package.json(679B)
----Makefile(83B)
----.travis.yml(60B)
----CONTRIBUTING.md(151B)
----LICENSE(1KB)
----README.md(3KB)
----lib()
--------content-range.js(2KB)
--------index.js(87B)
--------range.js(2KB)
--------range-spec.js(2KB)
----test()
--------content-range.js(4KB)
--------range.js(3KB)
--------range-spec.js(4KB)

网友评论