Package | Description |
---|---|
org.dromara.hutool.http.client.engine.httpclient4 |
Apache HttpClient 4.x实现
文档见:https://hc.apache.org/httpcomponents-client-4.5.x/index.html |
org.dromara.hutool.http.client.engine.httpclient5 |
Apache HttpClient 5.1.x实现
文档见:https://hc.apache.org/httpcomponents-client-5.1.x/index.html |
org.dromara.hutool.http.client.engine.jdk |
基于JDK的HttpUrlConnection封装的HTTP客户端
|
org.dromara.hutool.http.client.engine.okhttp |
OKHttp3封装
文档见:https://square.github.io/okhttp/ |
Modifier and Type | Class and Description |
---|---|
class |
HttpUriRequestBuilder
HttpClient4请求构建器
|
Modifier and Type | Class and Description |
---|---|
class |
ClassicHttpRequestBuilder
HttpClient5请求构建器
|
Modifier and Type | Class and Description |
---|---|
class |
JdkRequestBuilder
JDK Http请求构建器
|
Modifier and Type | Class and Description |
---|---|
class |
OkHttpRequestBuilder
OkHttp请求构建器
|
Copyright © 2025. All rights reserved.