http@ host page porthttp@ connects to port on host, sends
GET /page HTTP/1.0 Host: hostto 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.