Description:A Clojure HTTP library similar to clj-http, but more lightweight.
Differences from clj-http:
* Instead of Apache HTTP client, clj-http-lite uses HttpURLConnection
* No automatic JSON decoding for response bodies
* No cookie support
* No proxy-ing DELETEs with body
* No multipart form uploads
* No persistent connection support
* No support for insecure HTTPS connection (yet)
namespace rename clj-http.* -> clj-http.lite.*