Ross ROSS = Recommend OSS · open-source software intelligence for agents

kevinsawicki/http-request

Java HTTP Request Library observed · 2026-08-28

github.com/kevinsawicki/http-request · homepage · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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: 5430
  • days_rel: n/a
  • days_push: 1043
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3385 stars · 824 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A lightweight Java library that wraps HttpURLConnection with a fluent interface for making HTTP requests, including multipart support. It is a single dependency-free class available on Maven Central.

Use cases

  • make http requests in java without dependencies
  • simple rest client for android
  • wrap httpurlconnection with a fluent api
  • send multipart file uploads in java
  • copy a single-file http client into a project

When to choose

  • you want zero dependencies and a single class
  • you are targeting Android and prefer HttpURLConnection
  • you need simple synchronous GET/POST/multipart requests

When to avoid

  • you need asynchronous requests
  • you need advanced features like connection pooling or HTTP/2
  • you prefer a maintained full-featured client like OkHttp or Apache HttpComponents

Facets

library · maturity maintenance

http-client web-development developer-tools apis jvm cross-platform httpurlconnection zero-dependency fluent-api single-class rest-client android

2 sources

Member repositories

RepositoryRoleHealth v2
kevinsawicki/http-requestmain32

For agents

markdown · JSON · MCP: product_card(name="kevinsawicki/http-request")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem