logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

http@ - get a web page from a host through HTTP

Description

http@  connects  to  port  on  host,  sends  GET/page (with an extra CR) to host, and prints any data it
       receives, removing CR from the end of each line.

       If port is not supplied, http@ uses port 80 (HTTP).

       If page is not supplied, http@ sends GET/ to host.

       If host is not supplied, http@ connects to the local host.

Name

       http@ - get a web page from a host through HTTP

See Also

addcr(1), delcr(1), tcpclient(1)

                                                                                                        http@(1)

Syntax

http@ [ host [ page [ port ] ] ]

See Also