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