RosettaCodeData/Task/HTTP/Scheme/http-2.ss
2023-07-01 13:44:08 -04:00

4 lines
117 B
Scheme

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