NAME ^

examples/io/http.imc - HTTP client

SYNOPSIS ^

    % ./parrot examples/io/http.imc

DESCRIPTION ^

HTTP client, connects to WWW port and grabs a page (http://www.ibm.com).

You should be running the echo service on your box (port 7). Be sure to set PARROT_NET_DEVEL to 1 in io/io_private.h and rebuld Parrot or the network layer won't exist.

SEE ALSO ^

io/io_private.h.


parrot