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

Persistent/keepalive HTTP with the PHP Curl library?

I'm using a simple PHP library to add documents to a SOLR index, via HTTP. There are 3 servers involved, currently: …

php http curl libcurl keep-alive
PHP cURL, POST JSON

I need to POST the following JSON code, but for some reason it is not working. Below is the code …

php curl libcurl
undefined reference to curl_global_init, curl_easy_init and other function(C)

I am trying to use Curl in C. I visited Curl official page, and copied sample source code. below is …

c curl libcurl
How do I specify LDFLAGS and CPPFLAGS for ./configure?

I am using a Mac running OS X 10.8.3. I am trying to compile cgminer 3.0.0. On my first run of ./configure …

libcurl configure
Getting LibCurl to work with Visual Studio 2013

I am having trouble getting LibCurl to work with Visual Studio 2013. I downloaded the current version (curl-7.33.0) and tried following …

c++ visual-c++ dll libcurl
How to strip all non alphanumeric characters from a string in c++?

I am writing a piece of software, and It require me to handle data I get from a webpage with …

c++ string libcurl strip alphanumeric
How to install latest libcurl on debian server?

I'm kind of new to these things. I do not know what command line is required to install latest version …

debian libcurl
Sending POST Requests without waiting for response?

I am writing a simple REST service, which responds to requests from clients. All in PHP. My concern is, that …

php libcurl
How do I enable https support in libcurl?

When I try to $ brew update I'm getting the error: error: Protocol https not supported or disabled in libcurl while …

git libcurl homebrew
Building libcurl with SSL support on Windows

I'm using libcurl in a Win32 C++ application. I have the curllib.vcproj project added to my solution and set …

winapi ssl curl openssl libcurl