HTTP: Difference between revisions

142 bytes added ,  3 years ago
added Ol
(added Ol)
Line 1,939:
 
The source code of the function ''make_request'' is [[Web_Scraping/OCaml|here]].
 
=={{header|Ol}}==
<lang scheme>
(import (lib curl))
 
(define curl (make-curl))
(curl 'url "http://rosettacode.org/")
(curl 'perform)
</lang>
 
=={{header|ooRexx}}==