	     http_get - get the contents of an http URL

http_get fetches an http URL and dumps the contents to stdout.  It
does not do gopher, ftp, file, news, or any other type of URL, only http.
It can be configured to do https fetches as well.

Files in this distribution:

    README		this
    Makefile		guess
    http_get.c		source file
    http_get.1		manual entry

To build: If you're on a SysV-like machine (which includes Linux), edit
the Makefile and uncomment the SYSV_LIBS line.  Otherwise, just do a make.

http_get comes with ifdefs to let you compile in https support - see
the Makefile for details on how to do this.

Feedback is welcome - send bug reports, enhancements, checks, money
orders, etc. to the addresses below.

    Jef Poskanzer  jef@acme.com  http://www.acme.com/jef/
