# googleapis/google-http-java-client

Google HTTP Client Library for Java

Repository: https://github.com/googleapis/google-http-java-client
Canonical: https://ross.abutalabs.com/products/google-http-java-client
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2026-07-20T17:49:24+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 81, longevity 100
- inputs: {"age_days": 4255, "days_push": 44, "days_rel": 44, "gap_med": 34, "n_releases_24m": 16}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1441, forks 473 (observed 2026-08-28T04:04:44.359716+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: http-client, serialization, json
- domain: web-development, developer-tools, apis
- platform: jvm, cross-platform
- tags: google, http, pluggable-transport, app-engine, jackson, gson, xml, android

## Member repositories
- googleapis/google-http-java-client (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:44.359716+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:36:28.196892+00:00, confidence not recorded.
  - readme: https://github.com/googleapis/google-http-java-client (fetched 2026-08-28T04:04:44.359716+00:00, sha cd823ccfc502)
- Data as of 2026-08-30T08:39:29.467469+00:00.
