Linux下C++實現http請求

代碼根據網上資料參考修改. main.cppweb #include HttpReq.h #include <string.h> int main(void) { HttpRequest* Http; char http_return[4096] = {0}; char http_msg[4096] = {0}; strcpy(http_msg, "http://目
相關文章
相關標籤/搜索