RosettaCodeData/Task/HTTP/Clojure/http-2.clj
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
140 B
Clojure

(ns example
(:use [clojure.contrib.http.agent :only (string http-agent)]))
(println (string (http-agent "http://www.rosettacode.org/")))