lightning-request::high_voltage:基于HTTP的轻量级Node.js HTTP客户端

时间:2024-06-12 02:17:41
【文件属性】:

文件名称:lightning-request::high_voltage:基于HTTP的轻量级Node.js HTTP客户端

文件大小:16KB

文件格式:ZIP

更新时间:2024-06-12 02:17:41

nodejs httpclient request JavaScript

:high_voltage: 轻量级Node.js HTTP客户端。 安装 npm i lightning-request 为什么要求雷电? lightning-request是Node上最轻量的HTTP客户端,它提供了许多极其有用的功能。 使用闪电请求 首先,需要图书馆。 const { request } = require ( 'lightning-request' ) ; 然后,让我们在异步函数中发出请求。 (async function() { try { const result = await request({ url: 'https://github.com/node-labx/lightning-request', }); console.log(result.statusCode); // response status code


【文件预览】:
lightning-request-master
----.gitignore(932B)
----package.json(893B)
----LICENSE(1KB)
----index.js(141B)
----CHANGELOG.md(207B)
----README.md(3KB)
----logo.png(6KB)
----lib()
--------request.js(4KB)
--------response.js(568B)
--------createError.js(610B)
--------worker.js(152B)
--------enhanceError.js(1007B)
--------syncRequest.js(212B)
----test()
--------syncRequest.test.js(1KB)
--------request.test.js(1KB)
--------mock.js(536B)
----.prettierrc(73B)
----release.sh(531B)

网友评论