Axios HTTP

基于 Axios 拓展的 HTTP 模块

快速开始 示例项目 open in new window

开箱即用

支持 Typescript 类型提示和文档说明

最佳实践

内置 Authorization Headers,请求重试、请求取消 等最佳实践

插件化

通过插件进行解耦,同时内置多种插件,并且支持开发者定制功能

让请求更可控

# With NPM
$ npm install @zhengxs/axios-http --save

# With Yarn
$ yarn add @zhengxs/axios-http

# With PNPM
$ pnpm add @zhengxs/axios-http