https-sync
v1.1.2
Published
nodejs http、https 同步请求
Downloads
36
Maintainers
Readme
https-sync
- nodejs http、https 同步请求
- 通过请求地址自动识别http或者https
- 支持 GET、POST、PUT、DELETE
安装到工程
npm i https-sync -S
引用
const httpSync = require('https-sync');
调用
let res = await httpSync.get(url);
其他资料
- 文档 https://bcklib.js.org
- QQ群:13924029