Re: GET with offset ?

Thanks. Now I see how to do a GET with range request.

Now, another question:

Is there a way to specify the offset or range with the http: URL
syntax ?

i.e. something like http://host/dir/file@range=0,500


-t

Albert Lunde wrote:
> 
> >
> > Has anyone ever considered that it would be useful to be able
> > to add an optionnal 'offset' parameter to the GET request ?
> 
> This feature already exists in HTTP/1.1
> 
> See  http://www.w3.org/Protocols/rfc2068/rfc2068
> 
> 14.36.2 Range Retrieval Requests
> 
> http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-v11-spec-rev-04.txt
> 
> 14.35.1 Byte Ranges
> 
> or more generally, search for the word "range" in the text
> to find related subjects.
> --
> -
> -
>     Albert Lunde                      Albert-Lunde@nwu.edu

Received on Sunday, 30 August 1998 19:27:58 UTC