| Package | Description |
|---|---|
| org.dromara.hutool.http.client |
HTTP请求客户端封装,请求过程如下:
Server
^ |
| v
Request Response
^ |
| v
ClientEngine
|
| org.dromara.hutool.http.client.body |
请求体封装实现
|
| org.dromara.hutool.http.client.engine.jdk |
基于JDK的HttpUrlConnection封装的HTTP客户端
|
| Modifier and Type | Method and Description |
|---|---|
default ResponseBody |
Response.body()
获取响应体,包含服务端返回的内容和Content-Type信息
|
| Modifier and Type | Method and Description |
|---|---|
ResponseBody |
ResponseBody.sync()
同步数据到内存,以bytes形式存储
|
| Modifier and Type | Method and Description |
|---|---|
ResponseBody |
JdkHttpResponse.body() |
Copyright © 2024. All rights reserved.