Arronlong/httpclientutil
该项目基于HttpClient-4.4.1封装的一个工具类。提供了更为简单的GET、POST及上传下载等功能。同时支持插件式配置Http-Header(包含自定义header)、配置SSL和Proxy等。 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3940
- days_rel: n/a
- days_push: 991
- n_releases_24m: 0
Adoption not part of the score
1404 stars · 698 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
http-client file-upload security web-development developer-tools apis jvm cross-platform httpclient http-requests ssl proxy connection-pool java-utility file-download
2 sources
- readme: https://github.com/Arronlong/httpclientutil · fetched 2026-08-28 · caf5035ee9bc
- homepage: https://blog.csdn.net/xiaoxian8023/category_9264781.html · fetched 2026-08-29 · 6f8a9e98b81e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Arronlong/httpclientutil | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Arronlong/httpclientutil")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem