RosettaCodeData/Task/HTTP/Emacs-Lisp/http-2.l

4 lines
163 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(url-retrieve "http://www.rosettacode.org"
(lambda (_status)
(message "%s" (buffer-substring url-http-end-of-headers (point-max)))))