Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldemailly/http-tiny
http-tiny is a tiny C library I wrote in 1996 for http get/put (!)
https://github.com/ldemailly/http-tiny
Last synced: 2 months ago
JSON representation
http-tiny is a tiny C library I wrote in 1996 for http get/put (!)
- Host: GitHub
- URL: https://github.com/ldemailly/http-tiny
- Owner: ldemailly
- License: other
- Created: 2017-07-25T02:23:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T23:22:59.000Z (over 6 years ago)
- Last Synced: 2024-10-10T14:26:50.808Z (2 months ago)
- Language: C
- Size: 30.3 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
*** Http tiny library & command line program package *** release 1.2
(c) 1998 Laurent Demailly - see LICENSE
(c) 1996 Observatoire de Paris
Author(s): Laurent Demailly - http://www.demailly.com/~dl/http_lib.c is a small library for http commands,
see nroff -man man3/http_lib.3 | morehttp is a example of use. see nroff -man man1/http.1 | more
(or see http-man.txt if you don't have nroff/man)To compile / INSTALL:
You need a C compiler, preferably ansi, like gcc1) EDIT makefile
2) type make depend (or remove everything after the # DO NOT DELETE ... line)
3) type make
(you might have edit http_lib.c for includes, in that case,
Please tell me...)
4) type make install
5) enjoy using "http" and/or the library in your programs (-lhttp)
6) send feedback and your best uses of the lib to
!Tested successfully on Linux, Solaris, Hp-Ux(8), and OS/9
2017 Update: works on MacOS too.