diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-12 19:16:44 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-12 19:16:44 -0700 |
commit | 7187ce320b381e54a12ea0814ae81152396f82cf (patch) | |
tree | 6c9119f9514e440b0d5547d01ecc815329a7bfe0 | |
parent | 814795d8f023761eabf19a62883ffcf13a99cec6 (diff) |
Updated documentation for commit ebba2e312d18692934299ccf2a238e2e344e5d2c
-rw-r--r-- | api-index.json | 6 | ||||
-rw-r--r-- | http.connection-api.html | 4 |
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> |