summaryrefslogtreecommitdiff
path: root/http@.1
diff options
context:
space:
mode:
Diffstat (limited to 'http@.1')
-rw-r--r--http@.152
1 files changed, 0 insertions, 52 deletions
diff --git a/http@.1 b/http@.1
deleted file mode 100644
index 4861b34..0000000
--- a/http@.1
+++ /dev/null
@@ -1,52 +0,0 @@
-.TH http@ 1
-.SH NAME
-http@ \- get a web page from a host through HTTP
-.SH SYNTAX
-.B http@
-[
-.I host
-[
-.I page
-[
-.I port
-]
-]
-]
-.SH DESCRIPTION
-.B http@
-connects to
-.I port
-on
-.IR host ,
-sends
-.B GET /\fIpage
-(with an extra CR)
-to
-.IR host ,
-and prints any data it receives,
-removing CR from the end of each line.
-
-If
-.I port
-is not supplied,
-.B http@
-uses port 80 (HTTP).
-
-If
-.I page
-is not supplied,
-.B http@
-sends
-.B GET /
-to
-.IR host .
-
-If
-.I host
-is not supplied,
-.B http@
-connects to the local host.
-.SH "SEE ALSO"
-addcr(1),
-delcr(1),
-tcpclient(1)