mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -11,7 +11,17 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* HTTP请求客户端封装
|
||||
* HTTP请求客户端封装,请求过程如下:
|
||||
* <pre>
|
||||
* Server
|
||||
* ^ |
|
||||
* | v
|
||||
* Request Response
|
||||
* ^ |
|
||||
* | v
|
||||
* ClientEngine
|
||||
* </pre>
|
||||
*
|
||||
* @author looly
|
||||
*/
|
||||
package org.dromara.hutool.http.client;
|
||||
|
Reference in New Issue
Block a user