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