Registry / http-client / hutool-http

hutool-http

JSON →
library5.8.46javamavenunverified

Hutool Http客户端 provides a simple and powerful HTTP client for Java applications.

<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-http</artifactId> <version>5.8.46</version> </dependency>
INSTALL
IMPORT
SIG · HUTOOL-HTTP
H
hutool-http
http-clientjavav5.8.46
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpUtil
cn.hutool.http.HttpUtil

Simple GET request using Hutool HttpUtil

import cn.hutool.http.HttpUtil; public class Example { public static void main(String[] args) { String response = HttpUtil.get("https://example.com"); System.out.println(response); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.8.46latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
hutool-http — mvn dependency:get hutool-http · libregistry