http_get fetches an http URL and dumps the contents to shell. It does
not do gopher, ftp, file, news, or any other type of URL, only http.
It can be configured and compiled to do https fetches as well.
Sample:
> http_get http://example.com
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="http://www.example.com/">here</A>.
</BODY></HTML>
See enclosed guide for more details.
|