Vibeleaderboard
Index / tool
Visit axios-http.com
Category
Developer Tools
Rank
No. 56Tools index
Pricing
Open Source
Type
TOOL
Builder
axios
Latest release
v1.19.0
Added
Apr 17, 2026

About

A popular Promise-based HTTP client library for JavaScript that works in both browsers and Node.js. It provides a simple, elegant API for making HTTP requests with features like request/response interceptors, automatic JSON handling, and request cancellation.

What it can do

  • Send HTTP GET requests

    URL and optional headers/parametersHTTP response data

  • Send HTTP POST requests with data

    URL, request body, and optional headersHTTP response data

  • Automatically parse JSON responses

    HTTP response with JSON contentJavaScript object

  • Intercept and modify requests before sending

    Request configuration and interceptor functionModified request configuration

  • Intercept and transform responses before handling

    HTTP response and interceptor functionTransformed response data

  • Cancel pending HTTP requests

    Request instance and cancel tokenCancelled request with abort signal

  • Handle request timeouts automatically

    HTTP request with timeout configurationResponse or timeout error

Why it made the leaderboard

The default Promise-based HTTP client for JavaScript, in browsers and Node alike: interceptors, automatic JSON handling, timeouts, and request cancellation behind one small API. Reach for it when fetch's bare surface starts costing you boilerplate.

Tags

javascripthttpnodejsbrowserpromisesapilibrary

Tech Stack

Node.jsTypeScript

Comments (0)

No comments yet

Indexed by a proprietary survey. Corrections welcome.