Cyans Axios

JSON →
library 0.1.1 ·javascript
verified Jun 7, 2026

A lightweight browser-based HTTP client built with TypeScript, replicating the core functionality of Axios including Promise API, request/response interceptors, data transformation, request cancellation, automatic JSON parsing, and XSS protection. Current version is 0.1.1, experimental with no stable release. Uses XMLHttpRequest under the hood for browser use only (no Node.js support). Ship TypeScript type definitions. Key differentiator: minimal educational clone of Axios intended for learning, not production.