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

..03-May-2022-

MakefileH A D11-Aug-20141.2 KiB3715

READMEH A D20-May-2005770 2316

http_get.1H A D25-Apr-20142.1 KiB7473

http_get.cH A D14-Aug-201417.9 KiB692585

README

1	     http_get - get the contents of an http URL
2
3http_get fetches an http URL and dumps the contents to stdout.  It
4does not do gopher, ftp, file, news, or any other type of URL, only http.
5It can be configured to do https fetches as well.
6
7Files in this distribution:
8
9    README		this
10    Makefile		guess
11    http_get.c		source file
12    http_get.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