diff --git a/hutool-http/src/main/java/cn/hutool/http/HttpRequest.java b/hutool-http/src/main/java/cn/hutool/http/HttpRequest.java index 8d30e6e23..df7301f9d 100755 --- a/hutool-http/src/main/java/cn/hutool/http/HttpRequest.java +++ b/hutool-http/src/main/java/cn/hutool/http/HttpRequest.java @@ -1020,6 +1020,7 @@ public class HttpRequest extends HttpBase { * 执行Request请求后,对响应内容后续处理
* 处理结束后关闭连接 * + * @param 结果类型 * @param function 响应内容处理函数 * @since 5.8.5 */