cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curlpp mailing list Archives

Re: [cURLpp] send a post, get request to a HTTPs server

From: Jean-Philippe Barrette-LaPierre <jean-philippe.barrette-lapierre_at_savoirfairelinux.com>
Date: Sat, 1 Jan 2000 00:38:33 -0500

On July 8, 2005 07:25 pm, Surfman19_at_gmx.at wrote:
> hi!
> i want can i user curl lib to send a GET, POST request to a HTTPS server?
> can you help me a little bit...i dont know how to get the requestBody...
> see the code down...

First, you should read the libcurl doc, everything is written there.

http://curl.haxx.se/libcurl/c/libcurl-tutorial.html
http://curl.haxx.se/libcurl/c/curl_easy_setopt.html

The request body is written with the WRITEFUNCTION. WRITEDATA is the data you
want.

Second, this is cURLpp mailing-list, the C++ wrapper of libcurl C library. The
code below only use libcurl code. For an explanation of what exactly cURLpp
is, that some time to check this:

http://rrette.com/curlpp.html#description

-- 
Jean-Philippe Barrette-LaPierre
Savoir-Faire Linux
_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2005-07-09

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET