New range request sample program checked in to libwww CVS code base

The program can issue range GET requests like this

        ./range <uri> <range-unit> 1*(range-set)
where
        range-unit = bytes | token
	range-set = (first-byte-pos - [last-byte-pos]) | - suffix-length

for example

	./range http://www.w3.org bytes "0-499" "1000-1499" "-10"

It writes the output to stdout. It can be found at

	http://www.w3.org/Library/Examples/range.c	

linked from

	http://www.w3.org/Library/Examples/

It is checked into CVS as usual and you can get it by following the
instructions at

   http://www.w3.org/Library/cvs.html#update

How to recompile:

   http://www.w3.org/Library/cvs.html#Easy

Henrik

Received on Sunday, 29 November 1998 23:11:10 UTC