Axios Plugins

JSON →
library 0.6.2 ·javascript
verified Jun 7, 2026

A lightweight TypeScript library extending axios with plugin capabilities (debounce, throttle, merge, retry, cancel, cache, envs, loading) while keeping minimal intrusion (1.37kb core gzipped). Current version 0.6.2, uses peer dependency axios (any version). Designed to provide multiple instance support, low integration cost, and extensibility via IPlugin interface. Alternative to manual interceptor management with richer feature set.