# http_https_by_tcpsocket_curl **Repository Path**: linriming/http_https_by_tcpsocket_curl ## Basic Information - **Project Name**: http_https_by_tcpsocket_curl - **Description**: 通过TCP Socket和开源项目curl实现的HTTP/HTTPS通信。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-30 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: Http, https, tcpsocket, Curl ## README ### 使用方法 todo. ### 参考文章 - [HTTP协议详解](https://mp.weixin.qq.com/s/27zpNIGhVbx-on9FDs_6dw?) - [HTTP协议简单解释\_有时需要偏执狂的博客-CSDN博客\_http协议\*](https://blog.csdn.net/u010710458/article/details/79636625) - [看完这篇HTTP,跟面试官扯皮就没问题了\_程序员cxuan的博客-CSDN博客](https://blog.csdn.net/qq_36894974/article/details/103930478) - [HTTP和HTTPS协议,看一篇就够了\_会飞的狗~的博客-CSDN博客\_https](https://blog.csdn.net/xiaoming100001/article/details/81109617) - [图解\_什么是HTTP简史](https://mp.weixin.qq.com/s/wENy945FmE1Wbyy3mrPjOQ) - [一文搞定HTTP和HTTPS,巩固你的HTTP知识体系](https://mp.weixin.qq.com/s/7yJl0jY7uKLRiOdi9ZT3YA) - [一文搞懂HTTP 、HTTPS](https://mp.weixin.qq.com/s/DhVmHL2AQ8tmRmTqijOZ9A) - [硬核!终于有人把https解释得这么直白了](https://mp.weixin.qq.com/s/p3PmpFOPgAh9RhrvP9RC9w) - [几幅图,拿下 HTTPS](https://mp.weixin.qq.com/s/OC7ZfwFCm66Dc8LQaks8lg) - [一文带你理解URI 和 URL 有什么区别?](https://mp.weixin.qq.com/s/nuwYGdVLhi3hWq25o9kvuA) - [用C语言实现简单的HTTP数据请求\_棒棒糖半糖的博客-CSDN博客\_c语言发送http请求\*](https://blog.csdn.net/qq_37388044/article/details/110654951) - [linux下gethostbyname工作原理\_每日一小步的博客-CSDN博客\_gethostbyname原理](https://blog.csdn.net/u010886535/article/details/102719963) - [Linux C语言Http POST上传图片\_oO鹏鹏Oo的博客-CSDN博客](https://blog.csdn.net/ojpojp/article/details/38752111) - [C语言实现HTTP的GET和POST请求\_一路奔跑94的博客-CSDN博客\_c post\*](https://blog.csdn.net/weixin_37569048/article/details/91047343) - [c语言实现http下载器\_锅锅是锅锅的博客-CSDN博客\_http下载\*](https://blog.csdn.net/u010835747/article/details/119149276) - [curl源码编译安装\_linux\_c\_coding\_man的博客-CSDN博客\_curl编译](https://blog.csdn.net/peng314899581/article/details/88845213) - [cURL支持https--移植--集成mbedTLS\_skyblue535的博客-CSDN博客\_https移植](https://blog.csdn.net/skyblue535/article/details/78207215) - [C 语言使用Libcurl \_curl 发送数据 (可以设置http header)\_Kolde的博客-CSDN博客\_libcurl 设置header](https://blog.csdn.net/abcdu1/article/details/84573000) - [libcurl 函数之 curl\_easy\_setopt (CURLOPT\_WRITEFUNCTION) 之 写回调函数的设置\_xj9120的博客-CSDN博客\_curl 回调](https://blog.csdn.net/xj9120/article/details/97271852) - [mbedtls基础及其应用\_@嵌入式系统的博客-CSDN博客\_mbedtls](https://blog.csdn.net/chengjunchengjun/article/details/111348713) - [mbed TLS 简明教程(二)\_程序手艺人的博客-CSDN博客\_mbedtls\_net\_connect](https://blog.csdn.net/z2066411585/article/details/79179906) - [c用libcurl库实现https client实现get、post、文件上传、文件下载\_xiaoyaoyou.xyz的博客-CSDN博客](https://blog.csdn.net/weixin_39510813/article/details/88978941) ### 附录(demo目录架构) todo. ```bash ```