summaryrefslogtreecommitdiff
path: root/http.agent-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-12-04 06:50:25 -0800
committerTom Faulhaber <git_net@infolace.com>2009-12-04 06:50:25 -0800
commit071b4fa1320276456f0ff78d504eda2d4de7d7af (patch)
treea86942f4cbeebd13fec13373bd476bacdbb7eb9d /http.agent-api.html
parent332c0a75ad36864f310d2b1ea8d15c853ce4af93 (diff)
Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278
Diffstat (limited to 'http.agent-api.html')
-rw-r--r--http.agent-api.html60
1 files changed, 20 insertions, 40 deletions
diff --git a/http.agent-api.html b/http.agent-api.html
index 46c95d91..d2217e25 100644
--- a/http.agent-api.html
+++ b/http.agent-api.html
@@ -158,8 +158,7 @@ And you could write the response directly to a file like this:
<pre id="var-docstr">The default HTTP agent result handler; it collects the response
body in a java.io.ByteArrayOutputStream, which can later be
retrieved with the 'stream', 'string', and 'bytes' functions.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L147" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L147" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -169,8 +168,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
</pre>
<pre id="var-docstr">Returns a Java byte array of the content returned by the server;
nil if the content is not yet available.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L253" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L253" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -179,8 +177,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
<pre id="var-usage">Usage: (client-error? http-agnt)
</pre>
<pre id="var-docstr">Returns true if the HTTP response code was in the 400-499 range.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L364" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L364" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -189,8 +186,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
<pre id="var-usage">Usage: (done? http-agnt)
</pre>
<pre id="var-docstr">Returns true if the HTTP request/response has completed.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L303" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L303" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -200,8 +196,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
</pre>
<pre id="var-docstr">Returns true if the HTTP response code was in the 400-499 range OR
the 500-599 range.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L374" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L374" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -212,8 +207,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
<pre id="var-docstr">Returns a map of HTTP response headers. Header names are converted
to keywords in all lower-case Header values are strings. If a
header appears more than once, only the last value is returned.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L324" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L324" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -224,8 +218,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
<pre id="var-docstr">Returns the HTTP response headers in order as a sequence of
[String,String] pairs. The first 'header' name may be null for the
HTTP status line.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L334" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L334" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -281,8 +274,7 @@ exceptions thrown by this function will be added to the agent's
error queue (see agent-errors). The default function collects the
response stream in a memory buffer.
</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L168" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L168" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -292,8 +284,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
</pre>
<pre id="var-docstr">Returns the HTTP response message (e.g. 'Not Found'), for this
request, or nil if the response has not yet been received.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L317" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L317" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -302,8 +293,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
<pre id="var-usage">Usage: (method http-agnt)
</pre>
<pre id="var-docstr">Returns the HTTP method name used by this HTTP agent, as a String.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L287" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L287" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -316,8 +306,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
Note: if the :follow-redirects option was true (the default),
redirects will be followed automatically and a the agent will never
return a 3xx response code.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L355" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L355" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -329,8 +318,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
Note: if the request body was an InputStream or a Reader, it will no
longer be usable.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L292" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L292" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -339,8 +327,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
<pre id="var-usage">Usage: (request-headers http-agnt)
</pre>
<pre id="var-docstr">Returns the request headers specified for this HTTP agent.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L282" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L282" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -349,8 +336,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
<pre id="var-usage">Usage: (request-uri http-agnt)
</pre>
<pre id="var-docstr">Returns the URI/URL requested by this HTTP agent, as a String.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L277" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L277" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -361,8 +347,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
<pre id="var-docstr">Returns the value returned by the :handler function of the HTTP
agent; blocks until the HTTP request is completed. The default
handler function returns a ByteArrayOutputStream.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L231" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L231" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -371,8 +356,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
<pre id="var-usage">Usage: (server-error? http-agnt)
</pre>
<pre id="var-docstr">Returns true if the HTTP response code was in the 500-599 range.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L369" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L369" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -383,8 +367,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
<pre id="var-docstr">Returns the HTTP response status code (e.g. 200, 404) for this
request, as an Integer, or nil if the status has not yet been
received.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L309" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L309" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -398,8 +381,7 @@ HttpURLConnection stream.
If the default handler function was used, this function returns a
ByteArrayInputStream on the buffered response body.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L239" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L239" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -414,8 +396,7 @@ encoding.
If no encoding is given, uses the encoding specified in the server
headers, or clojure.contrib.duck-streams/*default-encoding* if it is
not specified.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L259" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L259" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -424,8 +405,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj
<pre id="var-usage">Usage: (success? http-agnt)
</pre>
<pre id="var-docstr">Returns true if the HTTP response code was in the 200-299 range.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/http/agent.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/http/agent.clj#L350" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L350" id="var-source">Source</a>
</div>