aboutsummaryrefslogtreecommitdiff
path: root/api-index.json
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-11-02 08:49:26 -0800
committerTom Faulhaber <git_net@infolace.com>2009-11-02 08:49:26 -0800
commita2cf76802203ac718758b6469187a2ac3472b6d3 (patch)
tree36a0c502d4b104a97e7d924c021a0fda087a5b54 /api-index.json
parent4a2c1b961cbfba49120aad1b9b583c630765fb54 (diff)
Updated documentation for commit 12e935b5ed1d462a4a48f647e17315a0bb25b48b
Diffstat (limited to 'api-index.json')
-rw-r--r--api-index.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/api-index.json b/api-index.json
index 3e425347..39319d13 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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L146",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L146",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L252",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L252",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L362",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L363",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L301",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L302",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L372",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L373",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L322",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L323",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L332",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L333",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L167",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L167",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L315",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L316",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L285",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L286",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L353",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L354",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L290",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L291",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L280",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L281",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L275",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L276",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L230",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L230",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L367",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L368",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L307",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L308",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L238",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L238",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L258",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L258",
"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/e456075c7dfc280e3371e9681fd4ff83b4f14896/src/clojure/contrib/http/agent.clj#L348",
+ "http://github.com/richhickey/clojure-contrib/blob/12e935b5ed1d462a4a48f647e17315a0bb25b48b/src/clojure/contrib/http/agent.clj#L349",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.agent-api.html#http.agent/success?",
"namespace":"clojure.contrib.http.agent",