yanzhenjie/NoHttp
:lemon: Android实现Http标准协议框架,支持多种缓存模式,底层可动态切换OkHttp、URLConnection。 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: 4053
- days_rel: n/a
- days_push: 2957
- n_releases_24m: 0
Adoption not part of the score
3718 stars · 847 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
NoHttp is an Android HTTP framework implementing standard HTTP protocol with support for multiple caching modes and swappable network layers (OkHttp or HttpURLConnection). It provides global configuration for timeouts, headers, params, cookies, SSL, and retries.
Use cases
- make HTTP requests from an Android app
- cache HTTP responses on Android with database or disk storage
- switch between OkHttp and HttpURLConnection as the network layer
- manage cookies persistently in an Android app
- configure global request headers, params, timeouts, and retries
- upload and download files over HTTP on Android
When to choose
- building an Android app that needs a full-featured HTTP client with caching and cookie support
- you want a swappable underlying network engine (OkHttp vs HttpURLConnection)
- you need global request configuration like headers, params, SSL, and retry policies
When to avoid
- starting a new Android project - the author recommends using Kalle instead
- you need a cross-platform or non-Android HTTP client
- you prefer modern Kotlin-first networking libraries like Retrofit or Ktor
Facets
library · maturity maintenance
http-client caching middleware mobile-development android-tools web-development apis jvm http okhttp httpurlconnection restful networking request-queue cookie-management android-library android mobile
2 sources
- readme: https://github.com/yanzhenjie/NoHttp · fetched 2026-08-28 · 3481de6f8b71
- homepage: https://github.com/yanzhenjie/NoHttp · fetched 2026-08-29 · 0527d2efd20f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yanzhenjie/NoHttp | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="yanzhenjie/NoHttp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem