# hongyangAndroid/okhttputils

[停止维护]okhttp的辅助类

Repository: https://github.com/hongyangAndroid/okhttputils
Canonical: https://ross.abutalabs.com/products/okhttputils
Homepage: http://blog.csdn.net/lmj623565791/article/details/47911083
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2022-10-12T06:21:59+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4034, "days_push": 1421, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6830, forks 2364 (observed 2026-08-28T04:09:48.903574+00:00)

## What it is
A Java wrapper library around Square's OkHttp for Android that simplifies common HTTP operations like GET/POST requests, file uploads and downloads with progress callbacks, and HTTPS/certificate handling. It is explicitly no longer maintained and targets OkHttp 3.3.1.

## Use cases
- simplify http requests in android apps
- upload files with progress callback
- download files and load images over http
- handle self-signed https certificates
- persist cookies and sessions across requests
- cancel in-flight http requests

## When to choose
- maintaining a legacy Android project already using this library
- you need a thin convenience layer over OkHttp 3.x with upload/download progress
- you want simple helpers for self-signed HTTPS and cookie persistence

## When to avoid
- starting a new Android project - use OkHttp or Retrofit directly
- you need OkHttp 4.x or Kotlin support
- you expect bug fixes or security updates - the project is unmaintained

## Facets
- artifact type: library
- maturity: abandoned
- function: http-client, file-upload, middleware
- domain: android-tools, mobile-development, web-development, developer-tools
- platform: jvm
- tags: okhttp, http-requests, file-download, https, cookie-management, discontinued, android, mobile

## Member repositories
- hongyangAndroid/okhttputils (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:48.903574+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-29T17:41:53.478897+00:00, confidence not recorded.
  - readme: https://github.com/hongyangAndroid/okhttputils (fetched 2026-08-28T04:09:48.903574+00:00, sha 811bd61b0305)
- Data as of 2026-08-30T08:39:29.467469+00:00.
