随笔分类 -  libcurl

摘要:http://www.cnblogs.com/openiris/p/3812443.html 阅读全文

posted @ 2015-03-11 16:58 solohac 阅读(198) 评论(0) 推荐(0)

摘要:NAMEcurl_multi_add_handle - add an easy handle to a multi session添加easy handle到multi session中SYNOPSIS#include CURLMcode curl_multi_add_handle(CURLM *m... 阅读全文

posted @ 2015-03-03 16:24 solohac 阅读(1012) 评论(1) 推荐(0)

摘要:Customizing Operations定制操作There is an ongoing development today where more and more protocols are built upon HTTP for transport. This has obvious bene... 阅读全文

posted @ 2015-03-03 16:23 solohac 阅读(179) 评论(0) 推荐(0)

摘要:Cookies Without Chocolate ChipsIn the HTTP sense, a cookie is a name with an associated value. A server sends the name and value to the client, and ex... 阅读全文

posted @ 2015-03-03 16:22 solohac 阅读(231) 评论(0) 推荐(0)

摘要:HTTP POSTingWe get many questions regarding how to issue HTTP POSTs with libcurl the proper way. This chapter will thus include examples using both di... 阅读全文

posted @ 2015-03-03 16:21 solohac 阅读(438) 评论(0) 推荐(0)

摘要:The multi Interfacemulti接口The easy interface as described in detail in this document is a synchronous interface that transfers one file at a time and ... 阅读全文

posted @ 2015-03-03 16:20 solohac 阅读(625) 评论(0) 推荐(0)

摘要:Handle the Easy libcurlTo use the easy interface, you must first create yourself an easy handle. You need one handle for each easy session you want to... 阅读全文

posted @ 2015-03-03 16:19 solohac 阅读(295) 评论(0) 推荐(0)

摘要:http://curl.haxx.se/libcurl/c/curl_multi_perform.htmlcurl_multi_perform.3 -- man pageNAMEcurl_multi_perform - reads/writes available data from each ea... 阅读全文

posted @ 2015-03-03 16:16 solohac 阅读(2814) 评论(2) 推荐(0)

摘要:curl_multi_info_read - read multi stack informationals读取multi stack中的信息SYNOPSIS#include CURLMsg *curl_multi_info_read( CURLM *multi_handle, int *msg... 阅读全文

posted @ 2015-03-03 16:15 solohac 阅读(2163) 评论(0) 推荐(0)

摘要:CURLcodeAlmost all "easy" interface functions return a CURLcode error code. No matter what, using the curl_easy_setopt option CURLOPT_ERRORBUFFER is a... 阅读全文

posted @ 2015-03-03 15:56 solohac 阅读(2803) 评论(0) 推荐(0)

导航