fetch.io:whatwg提取api的小包装! 源码
fetch.io 是一个很小的包装,使您更优雅地处理HTTP请求。 节点和浏览器均受支持。 安装 npm i fetch.io 进口 import Fetch from 'fetch.io' 对于TypeScript用户 npm i @types/fetch.io 蜜蜂 .config()-设置选项 .set()-设置http标头 .type()-设置内容类型 .send()-发送正文数据 .query()-设置查询字符串 .append()-追加表单数据 .text()-将响应主体转换为string .json(strict = true)-将响应主体转换为object (默认为J
用户评论