Top "Libcurl" questions

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

C++ LibCurl - Converting CURLcode into a CString

What would be the easiest way to convert the "res" variable (CURLcode) into a CString? Here's the standard example which …

c++ libcurl cstring
Libcurl: force ipv4 or ipv6

How do I force libcurl to access a server running in dual stack mode over either ipv4 or ipv6? It …

libcurl ipv6
brew install fails: curl(77) error setting certificate verify

ok, so im running an old Mac 10.6.8 with homebrew. brew doctor reports no errors and i have tried brew prune …

macos curl homebrew libcurl
How does one parse HTTP headers with libcurl?

I've been looking around and am quite surprised that there seems to be no means by which one can parse …

c http http-headers libcurl
PHP: cURL and keep track of all redirections

I'm looking to cURL a URL and keep track of each individual URL it goes through. For some reason I …

php curl libcurl
How do I install curl with ares enabled

I have curl installed on the latest ubuntu via apt-get and that works fine, however I've been reading about the …

ubuntu curl libcurl
decompression gzip data with curl

I added curl_easy_setopt(client, CURLOPT_ENCODING, "gzip"); to my code. I expected curl to cause the server to …

c++ curl libcurl
Using libcurl on iOS 5 as an alternative to NSURLConnection

Update: NSURLConnection now seems to properly support 100-Continue. In any case, this answer contains a link to the script to …

ios5 nsurlconnection libcurl
Install pyCurl in ActivePython-2.6?

I have worked with pyCurl in the past and have it working with my system default python install. However, I …

python libcurl pycurl activepython
Why use curl instead of other methods?

I would like to know why it is better to use curl instead off other methods like $ret=file($url) …

php libcurl