(ns your-namespace
(:require clojure.contrib.http.connection))
Low-level HTTP client API around HttpURLConnectionDeprecated since clojure-contrib version 1.2
Usage: (http-connection url)
Opens an HttpURLConnection at the URL, handled by as-url.Source