cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl question, Range support for http

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Fri, 26 Nov 2004 10:04:07 +0100 (CET)

On Fri, 26 Nov 2004, Goswin von Brederlow wrote:

> 1. Any support for Range in libcurl I didn't see?
>
> I saw that you can add custom headers but would libcurl handle the server
> responces right?

It depends on what you think is "right". It will pass the response-body to
you unaltered.

> 2. How would libcurl pass back the data with Range: a-b,c-d,e-f statement?

Exactly the same way the server provides it. You need to deal with the
boundaries and different parts etc.

> 3. Can I queue up a multitude of requests onto one easy_handler and then
> perform them all?

Nope.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-11-26