(ns your-namespace (:require clojure.contrib.http.connection))
Low-level HTTP client API around HttpURLConnection
Usage: (http-connection url)
Opens an HttpURLConnection at the URL, handled by as-url.
Transmits a request entity body.