aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-index.json6
-rw-r--r--http.connection-api.html4
2 files changed, 5 insertions, 5 deletions
diff --git a/api-index.json b/api-index.json
index 0bd343fe..4d2c5219 100644
--- a/api-index.json
+++ b/api-index.json
@@ -207,7 +207,7 @@
"author":null,
"doc":"Agent-based asynchronous HTTP client."},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/1de00dcf5234b0c0a402776edd18d91b4466e29c/src/clojure/contrib/http/connection.clj",
+ "http://github.com/richhickey/clojure-contrib/blob/ebba2e312d18692934299ccf2a238e2e344e5d2c/src/clojure/contrib/http/connection.clj",
"wiki-url":
"http://richhickey.github.com/clojure-contrib/http.connection-api.html",
"name":"clojure.contrib.http.connection",
@@ -2322,7 +2322,7 @@
"Returns the Integer response status code (e.g. 200, 404) for this request.",
"name":"response-status"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/1de00dcf5234b0c0a402776edd18d91b4466e29c/src/clojure/contrib/http/connection.clj#L21",
+ "http://github.com/richhickey/clojure-contrib/blob/ebba2e312d18692934299ccf2a238e2e344e5d2c/src/clojure/contrib/http/connection.clj#L21",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.connection-api.html#http.connection/http-connection",
"namespace":"clojure.contrib.http.connection",
@@ -2330,7 +2330,7 @@
"doc":"Opens an HttpURLConnection at the URL, handled by as-url.",
"name":"http-connection"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/1de00dcf5234b0c0a402776edd18d91b4466e29c/src/clojure/contrib/http/connection.clj#L26",
+ "http://github.com/richhickey/clojure-contrib/blob/ebba2e312d18692934299ccf2a238e2e344e5d2c/src/clojure/contrib/http/connection.clj#L26",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.connection-api.html#http.connection/send-request-entity",
"namespace":"clojure.contrib.http.connection",
diff --git a/http.connection-api.html b/http.connection-api.html
index 8684a606..4d3ff59b 100644
--- a/http.connection-api.html
+++ b/http.connection-api.html
@@ -81,14 +81,14 @@ by <span id="author">Unknown</span><br />
<pre id="var-usage">Usage: (http-connection url)
</pre>
<pre id="var-docstr">Opens an HttpURLConnection at the URL, handled by as-url.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/1de00dcf5234b0c0a402776edd18d91b4466e29c/src/clojure/contrib/http/connection.clj#L21" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ebba2e312d18692934299ccf2a238e2e344e5d2c/src/clojure/contrib/http/connection.clj#L21" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="http.connection/send-request-entity">send-request-entity</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">No usage documentation available</pre>
<pre id="var-docstr">Transmits a request entity body.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/1de00dcf5234b0c0a402776edd18d91b4466e29c/src/clojure/contrib/http/connection.clj#L26" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ebba2e312d18692934299ccf2a238e2e344e5d2c/src/clojure/contrib/http/connection.clj#L26" id="var-source">Source</a>
</div>