RosettaCodeData/Task/HTTP/Scheme/http-2.scm
2024-10-16 18:07:41 -07:00

4 lines
117 B
Scheme

(use http-client)
(print
(with-input-from-request "http://google.com/"
#f read-string))