RosettaCodeData/Task/HTTP/Scheme/http-2.ss

5 lines
117 B
Scheme
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
(use http-client)
(print
(with-input-from-request "http://google.com/"
#f read-string))