文件名称:node-httpstream:HTTP资源的可靠可读流
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-11 17:17:45
JavaScript
httpstream:HTTP资源的可靠可读流 httpstream提供了一个Readable流接口(用于Node 0.10及更高版本),该接口通过从上次中断的地方重试请求来抽象化上游的瞬时故障。 httpstream需要Node 0.10或更高版本以及node-restify模块。 从技术上来讲,restify并不是依赖项,因为该模块并不直接“要求”它。 而是,呼叫者传递一个构造好的reify客户端。 例子 $ cat examples/basic.js var mod_restify = require('restify'); var mod_bunyan = require('bunyan'); var HttpStream = require('../lib/httpstream'); var log = new mod_bunyan({ 'name': 'exampl
【文件预览】:
node-httpstream-master
----package.json(544B)
----tests()
--------tst.httpstream.js(10KB)
--------stress-abort.js(9KB)
----LICENSE(1KB)
----jsl.node.conf(7KB)
----examples()
--------basic.js(749B)
----.gitignore(13B)
----lib()
--------httpstream.js(8KB)
----Makefile(682B)
----README.md(2KB)
----Makefile.targ(8KB)