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

seanmonstar/reqwest

An easy and powerful Rust HTTP Client observed · 2026-08-28

github.com/seanmonstar/reqwest · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 97
  • Release rhythm 85
  • Longevity 100
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: 8
  • age_days: 3716
  • days_rel: 100
  • days_push: 23
  • n_releases_24m: 26

Full methodology

Adoption not part of the score

11800 stars · 1406 forks observed · 2026-08-28

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

Reqwest is an ergonomic, batteries-included HTTP client library for Rust built on hyper. It supports async and blocking clients, JSON/multipart/urlencoded bodies, TLS via rustls or native TLS, proxies, cookies, and WASM targets.

Use cases

  • make http requests from rust
  • call a rest api in rust
  • download files over https
  • send json post requests
  • scrape web pages in rust
  • use an http client behind a proxy
  • upload multipart files from rust

When to choose

  • you need a high-level, ergonomic HTTP client in Rust with async or blocking APIs
  • you want built-in JSON, multipart, cookies, redirects, and proxy support
  • you need TLS with rustls or system-native TLS and WASM compatibility

When to avoid

  • you need a minimal, low-level HTTP client with full control (use hyper directly)
  • you need a full HTTP server rather than a client
  • you are not working in Rust

Facets

library · maturity stable

http-client web-scraping serialization web-development developer-tools apis rust wasm cross-platform async tokio tls rustls json multipart cookies http-proxy http3 hyper

10 sources

Member repositories

RepositoryRoleHealth v2
seanmonstar/reqwestmain93

For agents

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

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