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

JSON requests in C using libcurl

I'm defining a PUT request with a JSON request body using libcurl in C. This how I'm doing it: sprintf(…

c json libcurl
c++ libcurl json rest

I am trying to download a json file from a REST webpage in C++ with libcurl. The following code works …

c++ json curl libcurl
Run cURL command every 5 seconds

This is the command that I want to run - curl --request POST --data-binary @payload.txt --header "carriots.apiKey:XXXXXXXXXXXXXXXXXXXX" …

linux curl libcurl
Setting up curl library path in cmake

I downloaded "curl library" for use with a third party application. When I run the included cmake file, I get …

c++ curl path cmake libcurl
Meaning of libcurl messages and execution process

I am using libcurl library to fetch abc-1.tar file from server. I want to know meaning of message which …

c linux curl libcurl
C++ cannot pass objects of non-POD type

This is my code: #include <iostream> #include <fstream> #include <cstdlib> #include <stdio.h&…

c++ curl libcurl codeblocks
curl/curl.h on Windows

I have the following in my c++ script: #include "curl/curl.h" When I try to compile it, I get …

curl libcurl dev-c++
Django returning HTTP 301?

I have a django view that returns HTTP 301 on a curl request: grapefruit:~ pete$ curl -I http://someurl HTTP/1.1 301 MOVED …

django curl libcurl
how to properly reuse a curl handle

I want to properly reuse a curl handle, so that it won't give me errors and function normally. Suppose I …

c curl libcurl handle
pycurl installation on Windows

I am not able to install pycurl on Windows on Python2.6. Getting following error: C:\Documents and Settings\vijayendra\Desktop\…

python libcurl pycurl