axios-extra

JSON →
library 0.0.8 ·javascript
verified Jun 7, 2026

Extends Axios with concurrency limits and automatic retry via ES6 Proxy. Wraps promise-queue-plus to provide maxConcurrent and retry options without adding new API surface – usage remains identical to Axios. Current stable version 0.0.8, no recent releases. Key differentiator: no extra methods, just augmented config. Requires Axios as peer dependency. Suited for Node.js or browser environments where Axios is already used and need simple rate limiting or retry logic.