文件名称:http-client-stream
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-02 17:54:36
http-客户端-流 用法 使用 http 请求作为流: var http = require ( 'http-client-stream' ) var endpoint = http ( 'http://www.google.com' ) var stream = endpoint . createStream ( ) process . stdin . pipe ( stream . pipe ( process . stdout ) ) 使用请求选项添加方法: var http = require ( 'http-client-stream' ) var endpoint = http ( 'http://www.google.com' ) var stream = endpoint . createStream ( { method : 'HEAD' } ) proc
【文件预览】:
http-client-stream-master
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(13B)
----index.js(2KB)
----cli.js(1KB)
----package.json(801B)