cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: using easy curl

From: Ralph Blach <chipperb_at_nc.rr.com>
Date: Wed, 17 Feb 2010 16:59:00 -0500

Is there an http parser class for c++ available?

Thanks

Chip

Daniel Stenberg wrote:
> On Wed, 17 Feb 2010, Ralph Blach wrote:
>
>> When I do an http from my web browser, I see lots of binary files,
>> like gifs being transfered.
>
>> What other options do I have to get the giffs and other binary data.
>
> With libcurl you specify exactly which resource (URL) to get and
> libcurl gets it for you. If you want to download HTML, gifs or binary
> files or whatever makes no difference to libcurl.
>
> If you want to download HTML and the images etc referenced from within
> that HTML file, then you need a HTML parser and then ask libcurl to
> get each individual separate piece found in that HTML document.
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-02-17