Package | Description |
---|---|
org.dromara.hutool.http |
Hutool-http针对JDK的HttpUrlConnection做一层封装,简化了HTTPS请求、文件上传、Cookie记忆等操作,使Http请求变得无比简单。
|
org.dromara.hutool.http.client |
HTTP请求客户端封装,请求过程如下:
Server
^ |
| v
Request Response
^ |
| v
ClientEngine
|
org.dromara.hutool.http.client.engine.jdk |
基于JDK的HttpUrlConnection封装的HTTP客户端
|
org.dromara.hutool.http.meta |
Http元数据信息,包括Header枚举、状态码、Http方法、枚举Content-Type等
|
org.dromara.hutool.http.server.handler |
HTTP服务器请求和响应处理器的统一封装
|
Class and Description |
---|
HeaderName
Http头名称枚举
|
Method
Http方法枚举
|
Class and Description |
---|
HeaderName
Http头名称枚举
|
Method
Http方法枚举
|
Class and Description |
---|
Method
Http方法枚举
|
Class and Description |
---|
ContentType
常用Content-Type类型枚举
|
HeaderName
Http头名称枚举
|
HttpHeaderUtil.ExtendedValue
根据rfc5987的扩展值,格式为:
编码'语言'值
|
Method
Http方法枚举
|
Class and Description |
---|
HeaderName
Http头名称枚举
|
Copyright © 2025. All rights reserved.