table of contents
conflicting packages
http@(1) | General Commands Manual | http@(1) |
NAME¶
http@ - gets a web page from a remote host.SYNOPSIS¶
http@ [ host [ page [ port ] ] ]DESCRIPTION¶
http@ connects to port on host, sends- GET /page HTTP/1.0
Host: host
to host, and prints the contents of the response, removing CR from the end of each line.
If port is not supplied, http@ uses TCP port 80 (HTTP).
If page is not supplied, http@ asks for / from host.
If host is not supplied, http@ connects to the local host.