# Arronlong/httpclientutil

该项目基于HttpClient-4.4.1封装的一个工具类。提供了更为简单的GET、POST及上传下载等功能。同时支持插件式配置Http-Header（包含自定义header）、配置SSL和Proxy等。

Repository: https://github.com/Arronlong/httpclientutil
Canonical: https://ross.abutalabs.com/products/httpclientutil
Homepage: https://blog.csdn.net/xiaoxian8023/category_9264781.html
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2023-12-16T18:22:25+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3940, "days_push": 991, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1404, forks 698 (observed 2026-08-28T04:04:38.032389+00:00)

## What it is
A Java utility library wrapping Apache HttpClient 4.4.1 with a simplified fluent API for GET, POST, file upload, and download requests. It supports plugin-style configuration of headers, SSL, proxies, timeouts, connection pools, retries, and cookies.

## Use cases
- make http get and post requests in java with less boilerplate
- upload files to a server via http in java
- download files over http in java
- configure custom http headers for requests
- make https requests with custom ssl certificates or bypass certificate verification
- use an http proxy in java requests
- enable http connection pooling and retries

## When to choose
- you want a simple, fluent wrapper around Apache HttpClient for common request tasks
- you need quick configuration of headers, SSL, proxy, or connection pools without verbose HttpClient code
- you need built-in file upload and download support in a Java HTTP client

## When to avoid
- you are starting a new project and can use a modern HTTP client like Java 11 HttpClient or OkHttp
- you need HTTP/2, async/reactive requests, or features beyond HttpClient 4.4.1
- you want a library with frequent updates and active maintenance

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, file-upload, security
- domain: web-development, developer-tools, apis
- platform: jvm, cross-platform
- tags: httpclient, http-requests, ssl, proxy, connection-pool, java-utility, file-download

## Member repositories
- Arronlong/httpclientutil (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:38.032389+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:38:48.456812+00:00, confidence not recorded.
  - readme: https://github.com/Arronlong/httpclientutil (fetched 2026-08-28T04:04:38.032389+00:00, sha caf5035ee9bc)
  - homepage: https://blog.csdn.net/xiaoxian8023/category_9264781.html (fetched 2026-08-29T11:52:31.371454+00:00, sha 6f8a9e98b81e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
