aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-11-24 05:43:55 -0800
committerTom Faulhaber <git_net@infolace.com>2009-11-24 05:43:55 -0800
commita91eaf49d2494ca099bc622d2ccc4431abf63202 (patch)
tree3dcf8389da263493e91ec2d59381a7ef780ba1a5
parent509ec89d73bcf767456d2f5ca8e03bc7a753541f (diff)
Updated documentation for commit 5055f41c8bc99747392396d622f17f723470858e
-rw-r--r--api-index.json42
-rw-r--r--http.agent-api.html40
2 files changed, 41 insertions, 41 deletions
diff --git a/api-index.json b/api-index.json
index bbab78b1..cf5e5a0c 100644
--- a/api-index.json
+++ b/api-index.json
@@ -215,7 +215,7 @@
"doc":
"Various functions for finding greatest and least values in a collection"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj",
"wiki-url":
"http://richhickey.github.com/clojure-contrib/http.agent-api.html",
"name":"clojure.contrib.http.agent",
@@ -2325,7 +2325,7 @@
"doc":"Return the argument for which f yields the smallest value.",
"name":"least-by"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L146",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L147",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/buffer-bytes",
"namespace":"clojure.contrib.http.agent",
@@ -2334,7 +2334,7 @@
"The default HTTP agent result handler; it collects the response\nbody in a java.io.ByteArrayOutputStream, which can later be\nretrieved with the 'stream', 'string', and 'bytes' functions.",
"name":"buffer-bytes"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L252",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L253",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/bytes",
"namespace":"clojure.contrib.http.agent",
@@ -2343,7 +2343,7 @@
"Returns a Java byte array of the content returned by the server;\nnil if the content is not yet available.",
"name":"bytes"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L363",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L364",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/client-error?",
"namespace":"clojure.contrib.http.agent",
@@ -2352,7 +2352,7 @@
"Returns true if the HTTP response code was in the 400-499 range.",
"name":"client-error?"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L302",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L303",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/done?",
"namespace":"clojure.contrib.http.agent",
@@ -2360,7 +2360,7 @@
"doc":"Returns true if the HTTP request/response has completed.",
"name":"done?"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L373",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L374",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/error?",
"namespace":"clojure.contrib.http.agent",
@@ -2369,7 +2369,7 @@
"Returns true if the HTTP response code was in the 400-499 range OR\nthe 500-599 range.",
"name":"error?"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L323",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L324",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/headers",
"namespace":"clojure.contrib.http.agent",
@@ -2378,7 +2378,7 @@
"Returns a map of HTTP response headers. Header names are converted\nto keywords in all lower-case Header values are strings. If a\nheader appears more than once, only the last value is returned.",
"name":"headers"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L333",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L334",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/headers-seq",
"namespace":"clojure.contrib.http.agent",
@@ -2387,7 +2387,7 @@
"Returns the HTTP response headers in order as a sequence of\n[String,String] pairs. The first 'header' name may be null for the\nHTTP status line.",
"name":"headers-seq"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L167",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L168",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/http-agent",
"namespace":"clojure.contrib.http.agent",
@@ -2396,7 +2396,7 @@
"Creates (and immediately returns) an Agent representing an HTTP\nrequest running in a new thread.\n\noptions are key/value pairs:\n\n:method string\n\nThe HTTP method name. Default is \"GET\".\n\n:headers h\n\nHTTP headers, as a Map or a sequence of pairs like \n([key1,value1], [key2,value2]) Default is nil.\n\n:body b\n\nHTTP request entity body, one of nil, String, byte[], InputStream,\nReader, or File. Default is nil.\n\n:connect-timeout int\n\nTimeout value, in milliseconds, when opening a connection to the\nURL. Default is zero, meaning no timeout.\n\n:read-timeout int\n\nTimeout value, in milliseconds, when reading data from the\nconnection. Default is zero, meaning no timeout.\n\n:follow-redirects boolean\n\nIf true, HTTP 3xx redirects will be followed automatically. Default\nis true.\n\n:handler f\n\nFunction to be called when the HTTP response body is ready. If you\ndo not provide a handler function, the default is to buffer the\nentire response body in memory.\n\nThe handler function will be called with the HTTP agent as its\nargument, and can use the 'stream' function to read the response\nbody. The return value of this function will be stored in the state\nof the agent and can be retrieved with the 'result' function. Any\nexceptions thrown by this function will be added to the agent's\nerror queue (see agent-errors). The default function collects the\nresponse stream in a memory buffer.\n",
"name":"http-agent"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L316",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L317",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/message",
"namespace":"clojure.contrib.http.agent",
@@ -2405,7 +2405,7 @@
"Returns the HTTP response message (e.g. 'Not Found'), for this\nrequest, or nil if the response has not yet been received.",
"name":"message"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L286",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L287",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/method",
"namespace":"clojure.contrib.http.agent",
@@ -2414,7 +2414,7 @@
"Returns the HTTP method name used by this HTTP agent, as a String.",
"name":"method"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L354",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L355",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/redirect?",
"namespace":"clojure.contrib.http.agent",
@@ -2423,7 +2423,7 @@
"Returns true if the HTTP response code was in the 300-399 range.\n\nNote: if the :follow-redirects option was true (the default),\nredirects will be followed automatically and a the agent will never\nreturn a 3xx response code.",
"name":"redirect?"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L291",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L292",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/request-body",
"namespace":"clojure.contrib.http.agent",
@@ -2432,7 +2432,7 @@
"Returns the HTTP request body given to this HTTP agent. \n\nNote: if the request body was an InputStream or a Reader, it will no\nlonger be usable.",
"name":"request-body"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L281",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L282",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/request-headers",
"namespace":"clojure.contrib.http.agent",
@@ -2440,7 +2440,7 @@
"doc":"Returns the request headers specified for this HTTP agent.",
"name":"request-headers"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L276",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L277",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/request-uri",
"namespace":"clojure.contrib.http.agent",
@@ -2449,7 +2449,7 @@
"Returns the URI/URL requested by this HTTP agent, as a String.",
"name":"request-uri"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L230",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L231",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/result",
"namespace":"clojure.contrib.http.agent",
@@ -2458,7 +2458,7 @@
"Returns the value returned by the :handler function of the HTTP\nagent; blocks until the HTTP request is completed. The default\nhandler function returns a ByteArrayOutputStream.",
"name":"result"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L368",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L369",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/server-error?",
"namespace":"clojure.contrib.http.agent",
@@ -2467,7 +2467,7 @@
"Returns true if the HTTP response code was in the 500-599 range.",
"name":"server-error?"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L308",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L309",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/status",
"namespace":"clojure.contrib.http.agent",
@@ -2476,7 +2476,7 @@
"Returns the HTTP response status code (e.g. 200, 404) for this\nrequest, as an Integer, or nil if the status has not yet been\nreceived.",
"name":"status"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L238",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L239",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/stream",
"namespace":"clojure.contrib.http.agent",
@@ -2485,7 +2485,7 @@
"Returns an InputStream of the HTTP response body. When called by\nthe handler function passed to http-agent, this is the raw\nHttpURLConnection stream.\n\nIf the default handler function was used, this function returns a\nByteArrayInputStream on the buffered response body.",
"name":"stream"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L258",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L259",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/string",
"namespace":"clojure.contrib.http.agent",
@@ -2494,7 +2494,7 @@
"Returns the HTTP response body as a string, using the given\nencoding.\n\nIf no encoding is given, uses the encoding specified in the server\nheaders, or clojure.contrib.duck-streams/*default-encoding* if it is\nnot specified.",
"name":"string"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L349",
+ "http://github.com/richhickey/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L350",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/success?",
"namespace":"clojure.contrib.http.agent",
diff --git a/http.agent-api.html b/http.agent-api.html
index 0884dd19..75968993 100644
--- a/http.agent-api.html
+++ b/http.agent-api.html
@@ -158,7 +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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L146" 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 />
@@ -168,7 +168,7 @@ retrieved with the 'stream', 'string', and 'bytes' functions.</pre>
</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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L252" 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 />
@@ -177,7 +177,7 @@ nil if the content is not yet available.</pre>
<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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L363" 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 />
@@ -186,7 +186,7 @@ nil if the content is not yet available.</pre>
<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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L302" 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 />
@@ -196,7 +196,7 @@ nil if the content is not yet available.</pre>
</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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L373" 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 />
@@ -207,7 +207,7 @@ the 500-599 range.</pre>
<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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L323" 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 />
@@ -218,7 +218,7 @@ header appears more than once, only the last value is returned.</pre>
<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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L333" 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 />
@@ -274,7 +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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L167" 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 />
@@ -284,7 +284,7 @@ response stream in a memory buffer.
</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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L316" 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 />
@@ -293,7 +293,7 @@ request, or nil if the response has not yet been received.</pre>
<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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L286" 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 />
@@ -306,7 +306,7 @@ request, or nil if the response has not yet been received.</pre>
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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L354" 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 />
@@ -318,7 +318,7 @@ return a 3xx response code.</pre>
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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L291" 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 />
@@ -327,7 +327,7 @@ longer be usable.</pre>
<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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L281" 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 />
@@ -336,7 +336,7 @@ longer be usable.</pre>
<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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L276" 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 />
@@ -347,7 +347,7 @@ longer be usable.</pre>
<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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L230" 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 />
@@ -356,7 +356,7 @@ handler function returns a ByteArrayOutputStream.</pre>
<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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L368" 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 />
@@ -367,7 +367,7 @@ handler function returns a ByteArrayOutputStream.</pre>
<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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L308" 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 />
@@ -381,7 +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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L238" 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 />
@@ -396,7 +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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L258" 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 />
@@ -405,7 +405,7 @@ not specified.</pre>
<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/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L349" 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>