# zhou-you/RxEasyHttp

本库是一款基于RxJava2+Retrofit2实现简单易用的网络请求框架，结合android平台特性的网络封装库,采用api链式调用一点到底,集成cookie管理,多种缓存模式,极简https配置,上传下载进度显示,请求错误自动重试,请求携带token、时间戳、签名sign动态配置,自动登录成功后请求重发功能,3种层次的参数设置默认全局局部,默认标准ApiResult同时可以支持自定义的数据结构，已经能满足现在的大部分网络请求。

Repository: https://github.com/zhou-you/RxEasyHttp
Canonical: https://ross.abutalabs.com/products/rxeasyhttp
Language: Java
License: Apache-2.0
License Family: permissive
Topics: rxjava, retrofit2, okhttp3
Last push: 2023-09-12T07:14:40+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": 3374, "days_push": 1086, "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 3157, forks 606 (observed 2026-08-28T04:07:46.410952+00:00)

## What it is
RxEasyHttp is an Android networking library built on RxJava2 and Retrofit2 that wraps HTTP requests in a fluent, chainable API. It bundles cookie management, multiple caching strategies, HTTPS configuration, upload/download progress, automatic retries, and dynamic token/timestamp/signature handling.

## Use cases
- make http requests in android with rxjava2 and retrofit2
- handle file upload and download progress in android
- manage cookies and caching for network requests
- automatically retry failed network requests
- attach token, timestamp, and signature to requests
- re-send requests after automatic login
- configure global and per-request network parameters

## When to choose
- you want a simpler, chainable wrapper over Retrofit/RxJava2 on Android
- you need built-in caching, cookie, retry, and progress handling out of the box
- you want unified handling of common response structures and errors
- you need layered (default/global/local) request configuration

## When to avoid
- you use Kotlin coroutines or modern stacks instead of RxJava2
- you prefer using plain Retrofit/OkHttp directly with your own thin wrapper
- you need a library under very active development - releases are infrequent
- your project does not target the Android platform

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, web-framework, caching, middleware
- domain: android-tools, mobile-development, apis, web-development
- platform: jvm
- tags: rxjava2, retrofit2, okhttp3, networking-wrapper, chained-api, file-upload-download, token-authentication, http-caching, android, mobile

## Member repositories
- zhou-you/RxEasyHttp (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:46.410952+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-30T07:25:37.378845+00:00, confidence not recorded.
  - readme: https://github.com/zhou-you/RxEasyHttp (fetched 2026-08-28T04:07:46.410952+00:00, sha 5552000580f4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
