diff options
Diffstat (limited to 'branch-1.1.x/http.agent-api.html')
-rw-r--r-- | branch-1.1.x/http.agent-api.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/branch-1.1.x/http.agent-api.html b/branch-1.1.x/http.agent-api.html index fa227840..78691dae 100644 --- a/branch-1.1.x/http.agent-api.html +++ b/branch-1.1.x/http.agent-api.html @@ -106,12 +106,9 @@ namespace. - <span id="header-project">clojure-contrib</span> <span id="header-version">v1.1</span> (<span id="header-status">stable</span>) </h1> <span id="author-line">by <span id="author-name">Stuart Sierra</span><br /></span> -<br />Usage: -<pre> -(ns your-namespace - (:require <span id="long-name">clojure.contrib.http.agent</span>)) -</pre><pre> -</pre><h2>Overview</h2> +<br />Full namespace name: <span id="long-name">clojure.contrib.http.agent</span> +<p></p> +<h2>Overview</h2> <pre id="namespace-docstr">Agent-based asynchronous HTTP client. This is a HTTP client library based on Java's HttpURLConnection |