Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(net): 添加 HttpTool 类并实现 POST 请求功能
- 新增 HttpTool 类,提供 HTTP POST 请求的工具方法 - 实现了对 HTTPS 的支持,并添加了信任所有主机的功能 - 添加了请求头和请求体的处理 - 编写了单元测试用例,验证 HTTP 请求功能
- Loading branch information