Re: zlib example

> libwww uses the "deflate" / "inflate" functions of the zlib library APIs.
> These are at the algorithmic level identical to the gzip functions but the
> latter also contains some file information such as file name, mode, etc.
> Therefore, it is not immediately possible to use libwww on gz files.
> 
> However, there is a small program in
> 
>         http://www.w3.org/config/deflate.c
> 
> that can be used to generate a raw "deflate" file that libwww can use.


  I have done some initial work to extend libwww to decompress gziped
files
on the fly from the web server.  Are others interested in this?

Received on Wednesday, 18 February 1998 13:45:02 UTC