unix网络编程
李勇123456
这个作者很懒,什么都没留下…
展开
-
C++用socket实现简单的http请求
学习了几天http相关的东西,用C++实现了一个简单的 HTTP请求 1 . HttpRes.h // // HttpReq.hpp // HttpClient // // Created by LiYong on 2018/1/23. // #ifndef HttpReq_hpp #define HttpReq_hpp #include #include #includ原创 2018-01-23 17:48:58 · 7063 阅读 · 0 评论 -
unix网络编程之开源库libcurl的简单封装使用
这里我使用django搭建了简单的http web服务器,具体步骤百度一大堆!去libcurl官网下载最新的开源库就行。 1. LibcurlHttpResquest.hpp // // LibcurlHttpResquest.hpp // HttpClient // // Created by LiYong on 2018/1/25. // #ifndef LibcurlH原创 2018-01-25 15:23:32 · 300 阅读 · 0 评论