Use this tag only for questions related to the multiprotocol internet transfer library, for question related to command line tool please use the specific curl tag
What would be the easiest way to convert the "res" variable (CURLcode) into a CString? Here's the standard example which …
c++ libcurl cstringHow do I force libcurl to access a server running in dual stack mode over either ipv4 or ipv6? It …
libcurl ipv6I've been looking around and am quite surprised that there seems to be no means by which one can parse …
c http http-headers libcurlI'm looking to cURL a URL and keep track of each individual URL it goes through. For some reason I …
php curl libcurlI have curl installed on the latest ubuntu via apt-get and that works fine, however I've been reading about the …
ubuntu curl libcurlI added curl_easy_setopt(client, CURLOPT_ENCODING, "gzip"); to my code. I expected curl to cause the server to …
c++ curl libcurlUpdate: NSURLConnection now seems to properly support 100-Continue. In any case, this answer contains a link to the script to …
ios5 nsurlconnection libcurlI have worked with pyCurl in the past and have it working with my system default python install. However, I …
python libcurl pycurl activepythonI would like to know why it is better to use curl instead off other methods like $ret=file($url) …
php libcurl