# http_client **Repository Path**: play_study/http_client ## Basic Information - **Project Name**: http_client - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-28 - **Last Updated**: 2025-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # http_client http 客户端 curl库 ## TODO list 该 http 请求库还在开发中,暂未达到生产可用的状态 - [x] 基础功能实现,包含设置参数,头部,cookie等 - [ ] 增加cookie, header 的测试 - [ ] 增加https证书的测试 - [ ] 增加http请求加载ssl证书的测试 - [x] post 发送json 数据 - [x] 增加相关的测试案例 - [ ] 请求生命周期记录,包含参数、响应、错误 - [ ] 实现静态方法访问,自动结束 curl 的生命周期 - [ ] 非静态方法访问,不自动结束生命周期,再次调用沿用上次的相同体(头部) - [ ] 单文件上传 - [ ] 多文件上传