On 3-Mar-08, at 3:01 AM, David Graf wrote: > Hello > > Yes, I know this documentation page. But I didn't manage to find > something about the pull interface on this web page (except that it > should be possible). Does the cURL homepage contain examples how to > use the pull interface? Or some more documentation? > We just need a mechanism to download data from a server lazily > (pull based). >
For cURLpp examples, check examples/example13.cpp file. > Thanks > > David > > > -------- Original-Nachricht -------- >> Datum: Sun, 2 Mar 2008 23:15:00 +0100 (CET) >> Von: Daniel Stenberg <[EMAIL PROTECTED]> >> An: "cURLpp\'s mailing-list" <[email protected]> >> Betreff: Re: [cURLpp] cURLpp Pull Interface > >> On Sun, 2 Mar 2008, David Graf wrote: >> >>> I am trying to use the pull interface from cURLpp since four days >>> but I >> do >>> not make any progress. Additionally, I am not able to use the >>> pull api >>> directly on cURL. Is there any documentation or example available >>> that >>> describes the pull interface. I cannot find something on the cURL or >> cURLpp >>> webpage. >> >> The "pull interface" is called the multi interface in libcurl and I'd >> suggest >> you start reading about it here: >> >> http://curl.haxx.se/libcurl/c/libcurl-multi.html >> >> That documentation is for the plain C version of course. I have no >> idea >> how or >> even if it works in curlpp... >> _______________________________________________ >> cURLpp mailing list >> [email protected] >> http://www.rrette.com/mailman/listinfo/curlpp > > -- > GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! > Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED] > _______________________________________________ > cURLpp mailing list > [email protected] > http://www.rrette.com/mailman/listinfo/curlpp _______________________________________________ cURLpp mailing list [email protected] http://www.rrette.com/mailman/listinfo/curlpp
