HTTP: Difference between revisions

107 bytes added ,  3 years ago
m (→‎{{header|Phix}}: added syntax colouring the hard way)
Line 884:
while line do (write-line line out)
finally (close body)))
</lang>
 
{{libheader|Dexador}}
 
<lang lisp>
(format t "~a~%" (nth-value 0 (dex:get "http://www.w3.org/")))
</lang>