HTTP: Difference between revisions

Content added Content deleted
m (Update URL, whitespace.)
m (Updated URL, whitespace.)
Line 1,553: Line 1,553:


=={{header|PicoLisp}}==
=={{header|PicoLisp}}==
<lang PicoLisp>
<lang PicoLisp>(load "@lib/http.l")
(client "www.w3.org/Home.html" 80 NIL (out NIL (echo)))</lang>
(load "@lib/http.l")

(client "rosettacode.org" 80 NIL # Connect to rosettacode
(out NIL (echo)) ) # Echo to standard output
</lang>


=={{header|Pike}}==
=={{header|Pike}}==