axios-rate-limit

JSON →
library 1.9.0 ·javascript
verified Jun 7, 2026

A zero-dependency, fixed-window, queued rate limiter for Axios (current stable version: 1.9.0). It automatically delays requests that exceed configurable per-interval limits. Supports multiple windows (e.g., per second and per minute), custom queue implementations, and works well with axios-retry and axios-cache-adapter. TypeScript types are included. Release cadence is low; updates are rare and maintenance-focused. Alternative to the built-in Axios rate-limiting (experimental).