获得::globe_with_meridians:适用于Node.js的人性化且功能强大的HTTP请求库 源码
Sindre的开源工作得到了社区的支持。 特别感谢: 适用于Node.js的人性化且功能强大的HTTP请求库 对于浏览器的使用,我们建议同一个人推荐 。 强调 安装 $ npm install got 用法 诺言 const got = require ( 'got' ) ; ( async ( ) => { try { const response = await got ( 'https://sindresorhus.com' ) ; console . log ( response . body ) ; //=> '<!doctype html> ...' }
文件列表
got-main.zip
(预估有个85文件)
got-main
.gitattributes
31B
source
as-promise
types.ts
8KB
index.ts
5KB
parse-body.ts
715B
create-rejection.ts
829B
normalize-arguments.ts
3KB
utils
暂无评论