| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.http |
Hutool-http针对JDK的HttpUrlConnection做一层封装,简化了HTTPS请求、文件上传、Cookie记忆等操作,使Http请求变得无比简单。
|
| org.dromara.hutool.http.server |
Http服务器封装
|
| org.dromara.hutool.http.server.action |
HttpServer 封装 |
| org.dromara.hutool.http.server.filter |
Filter 实现包装 |
| 类和说明 |
|---|
| SimpleServer
简易Http服务器,基于
HttpServer |
| 类和说明 |
|---|
| HttpServerBase
HttpServer公用对象,提供HttpExchange包装和公用方法
|
| HttpServerResponse
Http响应对象,用于写出数据到客户端
|
| SimpleServer
简易Http服务器,基于
HttpServer |
| 类和说明 |
|---|
| HttpServerRequest
Http请求对象,对
HttpExchange封装 |
| HttpServerResponse
Http响应对象,用于写出数据到客户端
|
| 类和说明 |
|---|
| HttpServerRequest
Http请求对象,对
HttpExchange封装 |
| HttpServerResponse
Http响应对象,用于写出数据到客户端
|
Copyright © 2023. All rights reserved.