apache/httpcomponents-client
Mirror of Apache HttpClient observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 6314
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
1534 stars · 991 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Apache HttpComponents Client is the standard Java HTTP client library from the Apache HttpComponents project, supporting HTTP/1.1 and HTTP/2 with caching, authentication, and connection management. It is a mature, widely used library published to Maven Central as httpclient5.
Use cases
- make HTTP requests from Java
- call REST APIs from a JVM application
- download files over HTTP with connection pooling
- send HTTP/2 requests in Java
- handle HTTP authentication and cookies in Java
- implement HTTP caching in a Java client
When to choose
- you need a battle-tested, standards-compliant HTTP client on the JVM
- you need HTTP/2, caching, or fine-grained connection control in Java
- you want an Apache-licensed library with long-term maintenance
When to avoid
- you are not on the JVM
- you want a lightweight reactive client and prefer Spring WebClient or OkHttp-style APIs
- you only need a simple one-off request and prefer java.net.http.HttpClient built into the JDK
Facets
library · maturity stable
http-client web-development backend apis jvm cross-platform http http2 apache java
1 source
- readme: https://github.com/apache/httpcomponents-client · fetched 2026-08-28 · fe0fd5f98fbb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apache/httpcomponents-client | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="apache/httpcomponents-client")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem