axios-request-throttle

JSON →
library 1.0.0 ·javascript
verified Jun 7, 2026

A lightweight rate-limiting utility for axios that throttles request-per-second rate globally without requiring a new axios instance. Version 1.0.0 is the latest stable release. Unlike alternatives like axios-throttled, it applies throttling directly to the global axios object, so all axios calls in the project are automatically rate-limited without changing imports. Ships TypeScript type definitions. Requires axios as a peer dependency with any version. Useful for API clients to avoid hitting rate limits.