Ross ROSS = Recommend OSS · open-source software intelligence for agents

ded/reqwest

browser asynchronous http requests observed · 2026-08-28

github.com/ded/reqwest · JavaScript observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5633
  • days_rel: n/a
  • days_push: 1795
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2921 stars · 332 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Reqwest is a small browser-side JavaScript library that wraps asynchronous HTTP requests (AJAX) with support for XMLHttpRequest, JSONP, CORS, and Promises/A. It can also run in Node.js via the xhr2 peer dependency, though it is primarily intended for the browser.

Use cases

  • make ajax requests without jquery
  • fetch from an api in the browser
  • load p from a cross-domain endpoint
  • send post requests with form data or
  • make cors requests with credentials
  • use promises for http requests in legacy browsers

When to choose

  • you maintain a legacy codebase that needs a tiny jquery-like ajax wrapper
  • you need JSONP support in an old browser environment
  • you want a lightweight alternative to pulling in jquery just for ajax

When to avoid

  • starting a new project - use the native fetch API instead
  • you need a full-featured http client for Node.js
  • you need actively maintained software with security patches

Facets

library · maturity abandoned

http-client web-development frontend apis browser ajax xhr p cors promises jquery-alternative nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
ded/reqwestmain32

For agents

markdown · JSON · MCP: product_card(name="ded/reqwest")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem