Switch to merkdown

This commit is contained in:
Rafal Kupiec 2018-07-12 08:36:37 +02:00
부모 d79b294105
커밋 1933d936f2
1개의 변경된 파일2개의 추가작업 그리고 7개의 파일을 삭제

파일 보기

@ -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 <http://acme.com/software/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 <http://acme.com/software/http_post/>