-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restoring what is in http-tiny-1.2.tar.gz
- Loading branch information
Showing
18 changed files
with
1,168 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
|
||
|
||
|
||
HTTP(1) dl's free utilities HTTP(1) | ||
V1.2 - 24 Apr 1996 | ||
|
||
|
||
|
||
NAME | ||
http - perform HTTP queries from command line | ||
|
||
|
||
SYNOPSIS | ||
http <get|head|put|delete> <url> | ||
|
||
|
||
DESCRIPTION | ||
http is a tool to perform HTTP queries from the command line. | ||
Informations and diagnostic goes to stderr. Data is taken from stdin | ||
(for put) or output to stdout (for get). If the environement variable | ||
http_proxy exists it will be used as a proxy url. | ||
|
||
The following commands are supported | ||
|
||
get to send an http GET query. It fetches the given url to standard | ||
output. | ||
|
||
head gets the header only of the url. | ||
|
||
put to send an http PUT query (not recognized by all servers). It | ||
reads data from standard input and then send them to the server. | ||
|
||
delete | ||
to send an http DELETE query (not recognized by all servers). | ||
|
||
|
||
LIMITATIONS | ||
The url is limited to 256 characters. | ||
|
||
|
||
EXAMPLE | ||
http get http://www.demailly.com/~dl/wwwtools.html > wwwtools.html | ||
|
||
|
||
AUTHOR | ||
Laurent Demailly <[email protected]>. Free software. | ||
(See LICENSE file) | ||
|
||
|
||
SEE ALSO | ||
http_lib(3) | ||
|
||
|
||
|
||
|
||
|
||
|
||
- 1 - Formatted: April 24, 1996 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<HTML> | ||
<HEAD> | ||
<TITLE>http(1) manual page</TITLE> | ||
</HEAD> | ||
<BODY> | ||
<H2>NAME</H2> | ||
|
||
http - perform HTTP queries from command line | ||
<P> | ||
|
||
<H2>SYNOPSIS</H2> | ||
|
||
<B>http</B> <<I>get</I>|<I>head</I>|<I>put</I>|<I>delete</I>> <<B>url</B>> | ||
<P> | ||
|
||
<H2>DESCRIPTION</H2> | ||
|
||
<B>http</B> is a tool to perform HTTP queries from the command line. | ||
Informations and diagnostic goes to stderr. Data is taken from stdin | ||
(for <I>put</I>) or output to stdout (for <I>get</I>). | ||
If the environement variable <b>http_proxy</b> exists it will be used as a | ||
proxy url. | ||
<P> | ||
The following commands are supported | ||
<P> | ||
<I>get</I> to send an http GET query. It fetches the given <B>url</B> to standard | ||
output. | ||
<P> | ||
<I>head</I> gets the header only of the <B>url</B>. | ||
<P> | ||
<I>put</I> to send an http PUT query (not recognized by all servers). It | ||
reads data from standard input and then send them to the server. | ||
<P> | ||
<I>delete</I><BR> | ||
|
||
to send an http DELETE query (not recognized by all servers). | ||
<P> | ||
|
||
<H2>LIMITATIONS</H2> | ||
|
||
The url is limited to 256 characters. | ||
<P> | ||
|
||
<H2>EXAMPLE</H2> | ||
|
||
http get http://www.demailly.com/~dl/wwwtools.html > wwwtools.html | ||
<P> | ||
|
||
<H2>AUTHOR</H2> | ||
|
||
<a href="http://www.demailly.com/~dl/">Laurent Demailly</a> | ||
<[email protected]>. Free software. | ||
<br> | ||
(See LICENSE file) | ||
<P> | ||
|
||
<H2>SEE ALSO</H2> | ||
|
||
<A HREF="http_lib.html">http_lib(3)</A> | ||
<P> | ||
</BODY></HTML> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.