API for http.connection
- ()
Full namespace name:
clojure.contrib.http.connection
Overview
Low-level HTTP client API around HttpURLConnection
Deprecated since clojure-contrib version 1.2
Public Variables and Functions
http-connection
function
Usage: (http-connection url)
Opens an HttpURLConnection at the URL, handled by as-url.
Source
send-request-entity
var
Transmits a request entity body.
Source