diff options
Diffstat (limited to 'http.agent-api.html')
-rw-r--r-- | http.agent-api.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/http.agent-api.html b/http.agent-api.html index 0ca49b57..544664e1 100644 --- a/http.agent-api.html +++ b/http.agent-api.html @@ -169,7 +169,7 @@ 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/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L147" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -181,7 +181,7 @@ retrieved with the 'stream', 'string', and 'bytes' functions.</pre> nil if the content is not yet available.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L253" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -192,7 +192,7 @@ nil if the content is not yet available.</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/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L364" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -203,7 +203,7 @@ nil if the content is not yet available.</pre> <pre id="var-docstr">Returns true if the HTTP request/response has completed.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L303" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -215,7 +215,7 @@ nil if the content is not yet available.</pre> the 500-599 range.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L374" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -228,7 +228,7 @@ 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/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L324" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -241,7 +241,7 @@ header appears more than once, only the last value is returned.</pre> HTTP status line.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L334" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -299,7 +299,7 @@ response stream in a memory buffer. </pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L168" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -311,7 +311,7 @@ response stream in a memory buffer. request, or nil if the response has not yet been received.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L317" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -322,7 +322,7 @@ request, or nil if the response has not yet been received.</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/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L287" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -337,7 +337,7 @@ 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/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L355" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -351,7 +351,7 @@ 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/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L292" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -362,7 +362,7 @@ longer be usable.</pre> <pre id="var-docstr">Returns the request headers specified for this HTTP agent.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L282" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -373,7 +373,7 @@ longer be usable.</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/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L277" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -386,7 +386,7 @@ 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/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L231" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -397,7 +397,7 @@ handler function returns a ByteArrayOutputStream.</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/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L369" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -410,7 +410,7 @@ request, as an Integer, or nil if the status has not yet been received.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L309" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -426,7 +426,7 @@ 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/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L239" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -443,7 +443,7 @@ headers, or clojure.contrib.io/*default-encoding* if it is not specified.</pre> - + <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L259" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -454,7 +454,7 @@ not specified.</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/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/http/agent.clj#L350" id="var-source">Source</a> </div> |