• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D11-Aug-20141.2 KiB3715

READMEH A D20-May-2005780 2316

http_post.1H A D25-Apr-20142.9 KiB7958

http_post.cH A D14-Aug-201423.3 KiB884734

README

1	     http_post - do a POST to an HTTP URL
2
3http_post does a POST operation to an HTTP URL and dumps the results to stdout.
4It does not do gopher, ftp, file, news, or any other type of URL, only HTTP.
5It can be configured to do HTTPS POSTs as well.
6
7Files in this distribution:
8
9    README		this
10    Makefile		guess
11    http_post.c		source file
12    http_post.1		manual entry
13
14To build: If you're on a SysV-like machine (which includes old Linux systems
15but not new Linux systems), edit the Makefile and uncomment the SYSV_LIBS
16line.  If you're doing SSL, uncomment those lines too.  Otherwise, just do
17a make.
18
19Feedback is welcome - send bug reports, enhancements, checks, money
20orders, etc. to the addresses below.
21
22    Jef Poskanzer  jef@mail.acme.com  http://www.acme.com/jef/
23