googleapis/google-http-java-client
Google HTTP Client Library for Java observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 93
- Release rhythm 81
- 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: 34
- age_days: 4255
- days_rel: 44
- days_push: 44
- n_releases_24m: 16
Adoption not part of the score
1441 stars · 473 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Google's flexible and efficient Java library for making HTTP requests to any resource on the web. It features a pluggable transport abstraction and pluggable JSON/XML data models for parsing and serializing request and response content.
Use cases
- make http requests from java
- call rest apis from an android app
- parse json http responses in java
- swap http transport implementations like apache http client or urlconnection
- build google api client libraries on a common http layer
- serialize request bodies as json or xml
When to choose
- you need a lightweight, pluggable HTTP client for Java 8+ or Android
- you are building on Google's API or OAuth client libraries for Java
- you want pluggable JSON/XML serialization with Jackson or GSON support
- you target Google App Engine and need URL Fetch transport support
When to avoid
- you prefer a modern idiomatic client with built-in reactive or async-first APIs
- you are not on the JVM (e.g., Python, Go, Node.js projects)
- you need advanced features like built-in retry policies, circuit breaking, or service discovery out of the box
- you want a non-Google-maintained community-driven library
Facets
library · maturity stable
http-client serialization json web-development developer-tools apis jvm cross-platform google http pluggable-transport app-engine jackson gson xml android
1 source
- readme: https://github.com/googleapis/google-http-java-client · fetched 2026-08-28 · cd823ccfc502
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| googleapis/google-http-java-client | main | 90 |
For agents
markdown · JSON · MCP: product_card(name="googleapis/google-http-java-client")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem