-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathhttp-man.txt
61 lines (29 loc) · 1.17 KB
/
http-man.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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