API for http.connection
- ()
clojure-contrib is now deprecated
clojure-contrib is no longer being developed or maintained.
Rather than a single, monolithic, contributions library, Clojure now has
a set of separate libraries for each unit of functionality. The libraries
are in the Clojure GitHub organization at
https://github.com/clojure.
API documentation of the libraries can be found at
https://clojure.github.io.
If you're looking for a specific function or namespace from the old
clojure-contrib, see
"Where Did Clojure.Contrib Go".
Full namespace name:
clojure.contrib.http.connection
Overview
Low-level HTTP client API around HttpURLConnection
Public Variables and Functions
http-connection
function
This library, clojure-contrib, is deprecated. See here for more information.
Usage: (http-connection url)
Opens an HttpURLConnection at the URL, handled by as-url.
Source
send-request-entity
multimethod
This library, clojure-contrib, is deprecated. See here for more information.
No usage documentation available
Transmits a request entity body.
Source