CodeBrowser / npm / axios
axios@1.18.1
// Promise based HTTP client for the browser and node.js
$ npm install axios
downloads/wk
105,583,993
license
MIT
version
1.18.1
published
Jun 22, 2026
What is axios?
Axios is an HTTP client library that works in both browsers and Node.js, allowing developers to make API requests and handle responses using promises. It simplifies common tasks like sending GET/POST requests, handling errors, and managing request/response data compared to native browser APIs or built-in Node.js modules. Developers use it to interact with REST APIs and handle asynchronous HTTP communication in their applications.
Keywords
#xhr #http #ajax #promise #node #browser #fetch #rest #api #client
Maintainers
jasonsaayman