	     http_post - do a POST to an HTTP URL

http_post does a POST operation to an HTTP URL and dumps the results 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 POSTs as well.

Files in this distribution:

    README		this
    Makefile		guess
    http_post.c		source file
    http_post.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_post 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/
