axios-adapter-uniapp

JSON →
library 0.1.4 ·javascript
verified Jun 7, 2026

An Axios adapter for uni-app that bridges Axios HTTP client with uni-app's `uni.request` and `uni.uploadFile` APIs, enabling developers to use Axios-style request configuration and interceptors within uni-app projects. Current version 0.1.4 is stable with low release cadence. Key differentiators: seamless integration with Axios ecosystem (interceptors, CancelToken), support for GET/POST and file uploads via `uni.uploadFile`, and compatibility with Axios' cancellation pattern.