foca-taro-axios
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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,
});

Readme

Keywords

none

Package Sidebar

Install

npm i foca-taro-axios

Weekly Downloads

22

Version

0.0.2

License

MIT

Unpacked Size

18 kB

Total Files

10

Last publish

Collaborators

  • fwh1990