parrotcode: HTTP client | |
Contents | Examples |
examples/io/http.pir - HTTP client
% ./parrot examples/io/http.pir
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.
io/io_private.h.
|