HTTP: Difference between revisions

Content deleted Content added
m Update URL, whitespace.
m Updated URL, whitespace.
Line 1,553:
 
=={{header|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}}==