1. 首页
  2. 编程语言
  3. C
  4. linux下HTTP的get方法实现源码

linux下HTTP的get方法实现源码

上传者: 2019-09-10 03:05:54上传 RAR文件 1.59KB 热度 26次
//只发请求不需要等待回复http_get_request("ipx.xxx.xxx.xx",NULL,80,"xxxx/xxx.req?aa=21");//替换成自己需要的HTTP请求//发请求不需要等待回复http_get_request_wait_rsp("ipx.xxx.xxx.xx",NULL,80,"xxxx/xxx.req?aa=21",rsp_buf,sizeof(rsp_buf));//用域名http_get_request_wait_rsp(NULL,"
用户评论
码姐姐匿名网友 2019-09-10 03:05:54

有用。。实用。学习下