rxjs-axios

JSON →
library 1.7.0 ·javascript
verified Jun 7, 2026

An RxJS-based wrapper around Axios that returns observables for HTTP requests, supporting cancellation, retries, and transformation. As of v1.7.0 (stable, maintained), it requires Node >=18, axios >=1.0.0, and rxjs >=5.5.12. It provides a complete Axios client interface but with reactive patterns. Key differentiator: seamless integration of Axios features with RxJS observables, enabling composition with other reactive streams. No direct support for browser environments as it relies on Node's http module.