摘要: 源码目录 docs/example/ getinmemory.c //接收数据 /* send all data to this function */ curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, WriteMemoryCallback) 阅读全文
posted @ 2019-12-10 10:02 gluck-mark 阅读(659) 评论(0) 推荐(0)
摘要: 源码目录 docs/example/ httpcustomheader.c 添加自定义headers http-post.c 按字符串推送数据 simplepost.c 按长度推送数据 httpput.c 按文件推送 curl_easy_perform() easy_transfer() curl_ 阅读全文
posted @ 2019-12-07 18:55 gluck-mark 阅读(1036) 评论(0) 推荐(0)