Skip to content

Axios

Axios is a promise-based HTTP client for the browser and Node.js. It provides an easy-to-use API for making HTTP requests with features like request/response interception, automatic JSON parsing, and request cancellation.

In This Section

  • Getting Started — Installation, GET/POST/PUT/DELETE, and basic usage
  • Requests & Responses — Config, headers, params, and response handling
  • Interceptors & Error Handling — Request/response interceptors, retries, and error strategies
  • Advanced Usage — Cancellation, progress tracking, instances, and file uploads