6 lines
97 B
Text
6 lines
97 B
Text
|
|
(import (lib curl))
|
||
|
|
|
||
|
|
(define curl (make-curl))
|
||
|
|
(curl 'url "https://www.w3.org/")
|
||
|
|
(curl 'perform)
|