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

http-rs/surf

Fast and friendly HTTP client framework for async Rust observed · 2026-08-28

github.com/http-rs/surf · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

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

  • gap_med: n/a
  • age_days: 2614
  • days_rel: n/a
  • days_push: 1087
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1509 stars · 128 forks observed · 2026-08-28

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

Surf is an async HTTP client library for Rust with a friendly, ergonomic API and pluggable HTTP backends (curl, hyper, h1, wasm). It supports middleware, streaming requests/responses, JSON handling, and TLS via native-tls or rustls.

Use cases

  • make http requests in rust
  • async http client for rust
  • call rest apis from rust
  • send and receive json over http
  • stream http request and response bodies
  • swap http backends behind one client api
  • build an sdk with a configurable http client

When to choose

  • you want a simple, friendly async HTTP client API in Rust
  • you need pluggable backends (curl, hyper, h1, wasm) behind one interface
  • you want built-in middleware, streaming, and easy JSON serialization
  • you're already in the async-std/http-rs ecosystem

When to avoid

  • you want the most actively maintained Rust HTTP client - reqwest is the de facto standard
  • your project is on tokio and you want first-class tokio-native support
  • you need the latest HTTP features or prompt bug fixes - the crate hasn't released since 2021

Facets

library · maturity maintenance

http-client middleware serialization web-development apis backend rust cross-platform wasm async async-std tokio tls curl hyper json streaming

10 sources

Member repositories

RepositoryRoleHealth v2
http-rs/surfmain23

For agents

markdown · JSON · MCP: product_card(name="http-rs/surf")

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