(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.Source
No usage documentation available
Transmits a request entity body.Source