Skip to content

Commit

Permalink
feat(net): 添加 HttpTool 类并实现 POST 请求功能
Browse files Browse the repository at this point in the history
- 新增 HttpTool 类,提供 HTTP POST 请求的工具方法
- 实现了对 HTTPS 的支持,并添加了信任所有主机的功能
- 添加了请求头和请求体的处理
- 编写了单元测试用例,验证 HTTP 请求功能
  • Loading branch information
xuxueli committed Dec 21, 2024
1 parent f9e8e4e commit e0cf920
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/XXL-TOOL官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,7 @@ logger.info(text);
- 4、【升级】升级依赖版本,如slf4j、poi、spring、gson…等。

### 3.7 v1.3.2 Release Notes[迭代中]
- 1、【新增】新增多个工具类模块,包括:Md5Tool、HexTool 等;

- 1、【新增】新增多个工具类模块,包括:Md5Tool、HexTool、HttpTool 等;

### TODO LIST
- excel模块:大数据导出,流式导入导出;
Expand Down

0 comments on commit e0cf920

Please sign in to comment.