flowhttp:将 node.js http(s) 视为简单的双工流

时间:2024-08-01 08:52:47
【文件属性】:

文件名称:flowhttp:将 node.js http(s) 视为简单的双工流

文件大小:7KB

文件格式:ZIP

更新时间:2024-08-01 08:52:47

JavaScript

流Http 将 node.js http(s) 视为简单的双工流 安装 npm install flowhttp 基本用法 var flowHttp = require ( 'flowhttp' ) ; // A simple GET request flowHttp ( 'http://example.com' ) . pipe ( process . stdout ) ; // Upload a file fs . createReadStream ( './file.txt' ) . pipe ( flowHttp . post ( 'http://example.com/upload' ) ) ; 应用程序接口 flowHttp.request(选项) flowHttp模块的核心是flowHttp.request()方法。 此方法执行基本的 HTTP 或 HTTPS 请求(


【文件预览】:
flowhttp-master
----lib()
--------request.js(2KB)
----test.js(6KB)
----.travis.yml(49B)
----LICENSE(1KB)
----README.md(8KB)
----.gitignore(97B)
----index.js(1KB)
----package.json(607B)

网友评论