This commit is contained in:
Looly
2023-04-23 00:46:13 +08:00
parent 9bcaa20d1a
commit 548dcc6369
2 changed files with 13 additions and 3 deletions

View File

@@ -11,7 +11,17 @@
*/
/**
* HTTP请求客户端封装
* HTTP请求客户端封装,请求过程如下:
* <pre>
* Server
* ^ |
* | v
* Request Response
* ^ |
* | v
* ClientEngine
* </pre>
*
* @author looly
*/
package org.dromara.hutool.http.client;