http-rs/surf
Fast and friendly HTTP client framework for async Rust 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
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
- readme: https://github.com/http-rs/surf · fetched 2026-08-28 · 4996e162acd8
- homepage: https://docs.rs/surf · fetched 2026-08-29 · 91999d724ce2
- site_page: https://docs.rs/ · fetched 2026-08-29 · f931c3420070
- site_page: https://docs.rs/crate/surf/latest · fetched 2026-08-29 · 6d8bdc4836b8
- site_page: https://docs.rs/crate/surf/latest/features · fetched 2026-08-29 · 48614cb0a441
- site_page: https://docs.rs/about · fetched 2026-08-29 · 29ab7986fbf5
- site_page: https://docs.rs/about/badges · fetched 2026-08-29 · 6588cac258af
- site_page: https://docs.rs/about/builds · fetched 2026-08-29 · 811231ca4680
- site_page: https://docs.rs/about/metadata · fetched 2026-08-29 · 0dcdccb2b2b2
- site_page: https://docs.rs/about/redirections · fetched 2026-08-29 · 1b1efd93105f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| http-rs/surf | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem