From 1933d936f22c10edbf221fb3cb9219059364194f Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Thu, 12 Jul 2018 08:36:37 +0200 Subject: [PATCH] Switch to merkdown --- README => README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) rename README => README.md (94%) diff --git a/README b/README.md similarity index 94% rename from README rename to README.md index 6465d28..90820ff 100644 --- a/README +++ b/README.md @@ -1,21 +1,16 @@ -WebGet -====== +# 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 - -WebPost -======= +# 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