n-send:节点http请求客户端

时间:2024-05-28 10:16:34
【文件属性】:

文件名称:n-send:节点http请求客户端

文件大小:90KB

文件格式:ZIP

更新时间:2024-05-28 10:16:34

http node http2 http-client request

发送 特征 简单的配置对象 Promise API 代理支持(TODO) 跟随重定向 要求取消(TODO) 重试失败(TODO) 超时处理 HTTP / 2支持 用法 const nsend = require ( 'nsend' ) try { const res1 = await nsend ( { url : 'http://example.com' } ) // OR const res2 = await nsend . get ( 'http://example.com' ) } catch ( err ) { console . error ( err ) } 原料药 NSend选项 { // HTTP protocol version: http/1.0, http/1.1 or http/2.0 protocolVersion : 'http


【文件预览】:
n-send-master
----.eslintrc(2KB)
----changelog.md(1KB)
----.nvmrc(2B)
----index.js(308B)
----package.json(1KB)
----readme.md(3KB)
----.github()
--------workflows()
----test()
--------.eslintrc(191B)
--------functional()
--------index.js(142B)
--------src()
----license(1KB)
----package-lock.json(214KB)
----src()
--------core()
--------error.js(228B)
--------consts.js(2KB)
--------adapter()
--------utils()
----index.d.ts(2KB)
----.gitignore(322B)
----.mocharc.json(98B)

网友评论