AsyncHttpClient/async-http-client
Asynchronous, non-blocking HTTP & WebSocket client for the JVM observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- 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: 25
- age_days: 5658
- days_rel: 24
- days_push: 7
- n_releases_24m: 18
Adoption not part of the score
6393 stars · 1600 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
AsyncHttpClient (AHC) is a high-performance asynchronous, non-blocking HTTP and WebSocket client library for Java built on Netty. It supports HTTP/1.1, HTTP/2 with multiplexing, WebSockets, authentication schemes, proxies, and native transports like Epoll and io_uring.
Use cases
- make non-blocking HTTP requests from Java
- consume WebSockets in a JVM application
- call HTTP/2 APIs with connection multiplexing
- download large files with resumable downloads
- send requests through HTTP or SOCKS proxies
- upload multipart files asynchronously
When to choose
- you need high-throughput async HTTP in Java with a mature Netty foundation
- you need WebSocket, HTTP/2, or advanced auth (NTLM, Kerberos) support
- you want native transport performance on Linux
When to avoid
- you want a simple blocking HTTP client with minimal dependencies
- you are not on the JVM or need Java 8 support
- you prefer the JDK built-in HttpClient for basic use cases
Facets
library · maturity active
http-client websocket concurrency web-development developer-tools networking jvm windows netty async http2 non-blocking java linux macos
1 source
- readme: https://github.com/AsyncHttpClient/async-http-client · fetched 2026-08-28 · 99d87229f11b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| AsyncHttpClient/async-http-client | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="AsyncHttpClient/async-http-client")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem