0.0.2 • Published 2 years ago

foca-taro-axios v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

foca-taro-axios

针对 axios 请求库的增强型适配器,适用于 Taro跨端平台

License npm

特性

  • 合并相同的并发请求
  • 失败重试
  • 缓存响应成功的数据
  • 优化 axios 返回值

安装

yarn add axios foca-taro-axios

使用

// File: http.ts
import axios from 'axios';
import { enhance } from 'foca-taro-axios';

export const http = enhance(axios.create(), {
  retry: true,
  cache: true,
  throttle: true,
});
0.0.2

2 years ago

0.0.1

2 years ago