axios.andbridge
1.提供axios最原始的配置。<br /> 2.提供默认错误处理。<br /> 3.提供自定义错误处理。<br /> 4.目前仅支持服务端数据格式: ```javascript { code: httpCode, data:any, message: string } ``` 5.持续更新中。 ## For Example
1.提供axios最原始的配置。<br /> 2.提供默认错误处理。<br /> 3.提供自定义错误处理。<br /> 4.目前仅支持服务端数据格式: ```javascript { code: httpCode, data:any, message: string } ``` 5.持续更新中。 ## For Example
An axios plugin that translates requests into cURL commands
Axios hooks on Vue3. Exactly same API with official axios. Support leading/latest mode, better cancellation control, and auto retry.
easy keep axios loading and vuex store in sync.
Has axios extra (axios interceptors) used by most business scenarios
Refactoring axios with typescript
handle axios easily
Getting the most out of axios with this handy wrapper.
Call axios with url name and constant url is passed in env CONSTANT_URL path
基于微信小程序wx.request封装的请求库,支持拦截器、请求取消
axios_adapter增强工具
axios微信小程序适配器,可以复用web或者node上的axios请求
提供微信小程序请求,uniapp请求,自定义baseurl,拦截器,promise化
Fork of axios-cookiejar-support with configurable http(s)-agent
A RESTful specific wrapper for axios.
能自动取消重复请求的axios封装
Axios plugin to support downloading files and resume stopped downloaded files.
Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background
Cache api calls made using axios
用callback回调风格封装axios。