WebGet & WebPost Utilities
Aller au fichier
Rafal Kupiec 1933d936f2 Switch to merkdown 2018-07-12 08:36:37 +02:00
COPYING Initial import 2013-06-28 18:46:40 +02:00
Makefile Initial import 2013-06-28 18:46:40 +02:00
README.md Switch to merkdown 2018-07-12 08:36:37 +02:00
libweb.c Initial import 2013-06-28 18:46:40 +02:00
libweb.h Initial import 2013-06-28 18:46:40 +02:00
webget.c Initial import 2013-06-28 18:46:40 +02:00
webpost.c Initial import 2013-06-28 18:46:40 +02:00

README.md

WebGet

WebGet fetches an HTTP and HTTPS URLs 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.

It is based on http_get http://acme.com/software/http_get/

WebPost

WebPost does a POST operation to an HTTP and HTTPS URLs 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.

It is based on http_post http://acme.com/software/http_post/