mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
9bcaa20d1a
commit
548dcc6369
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
# 6.0.0.M1 (2023-03-10)
|
# 6.0.0.M1 (2023-04-23)
|
||||||
|
|
||||||
### 计划实现
|
### 计划实现
|
||||||
* 【poi 】 Markdown相关(如HTML转换等),基于commonmark-java
|
* 【poi 】 Markdown相关(如HTML转换等),基于commonmark-java
|
||||||
* 【db 】 增加DDL封装
|
* 【db 】 增加DDL封装
|
||||||
* 【poi 】 CellUtil.getCellIfMergedRegion考虑添加缓存支持,增加最大和最小范围判断,减少遍历
|
* 【poi 】 CellUtil.getCellIfMergedRegion考虑添加缓存支持,增加最大和最小范围判断,减少遍历
|
||||||
* 【http 】 公共代理和SSL验证
|
* 【http 】 redirect跳转和Cookie
|
||||||
|
|
||||||
### ❌不兼容特性
|
### ❌不兼容特性
|
||||||
|
|
||||||
|
@ -11,7 +11,17 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* HTTP请求客户端封装
|
* HTTP请求客户端封装,请求过程如下:
|
||||||
|
* <pre>
|
||||||
|
* Server
|
||||||
|
* ^ |
|
||||||
|
* | v
|
||||||
|
* Request Response
|
||||||
|
* ^ |
|
||||||
|
* | v
|
||||||
|
* ClientEngine
|
||||||
|
* </pre>
|
||||||
|
*
|
||||||
* @author looly
|
* @author looly
|
||||||
*/
|
*/
|
||||||
package org.dromara.hutool.http.client;
|
package org.dromara.hutool.http.client;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user