aboutsummaryrefslogtreecommitdiff
path: root/branch-1.1.x/http.agent-api.html
diff options
context:
space:
mode:
Diffstat (limited to 'branch-1.1.x/http.agent-api.html')
-rw-r--r--branch-1.1.x/http.agent-api.html43
1 files changed, 20 insertions, 23 deletions
diff --git a/branch-1.1.x/http.agent-api.html b/branch-1.1.x/http.agent-api.html
index 78691dae..9947f8e2 100644
--- a/branch-1.1.x/http.agent-api.html
+++ b/branch-1.1.x/http.agent-api.html
@@ -6,9 +6,6 @@
<link media="all" type="text/css" href="../static/clojure.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/wiki.css" rel="stylesheet" />
<link media="all" type="text/css" href="../static/internal.css" rel="stylesheet" />
- <!-- TODO: are we using these (from clojure.org)? If so, add the files -->
- <script src="file/view/code_highlighter.js" type="text/javascript"></script>
- <script src="file/view/clojure.js" type="text/javascript"></script>
<style>.menuWrapper{height: 36px;}</style>
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://www.wikispaces.com/_/2009051601/s/internal_ie.css" type="text/css" />
@@ -171,7 +168,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/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L147" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L147" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -183,7 +180,7 @@ retrieved with the 'stream', 'string', and 'bytes' functions.</pre>
nil if the content is not yet available.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L253" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L253" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -194,7 +191,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/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L364" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L364" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -205,7 +202,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/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L303" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L303" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -217,7 +214,7 @@ nil if the content is not yet available.</pre>
the 500-599 range.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L374" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L374" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -230,7 +227,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/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L324" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L324" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -243,7 +240,7 @@ header appears more than once, only the last value is returned.</pre>
HTTP status line.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L334" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L334" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -301,7 +298,7 @@ response stream in a memory buffer.
</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L168" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L168" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -313,7 +310,7 @@ response stream in a memory buffer.
request, or nil if the response has not yet been received.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L317" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L317" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -324,7 +321,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/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L287" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L287" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -339,7 +336,7 @@ redirects will be followed automatically and a the agent will never
return a 3xx response code.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L355" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L355" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -353,7 +350,7 @@ Note: if the request body was an InputStream or a Reader, it will no
longer be usable.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L292" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L292" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -364,7 +361,7 @@ longer be usable.</pre>
<pre id="var-docstr">Returns the request headers specified for this HTTP agent.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L282" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L282" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -375,7 +372,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/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L277" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L277" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -388,7 +385,7 @@ agent; blocks until the HTTP request is completed. The default
handler function returns a ByteArrayOutputStream.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L231" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L231" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -399,7 +396,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/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L369" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L369" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -412,7 +409,7 @@ request, as an Integer, or nil if the status has not yet been
received.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L309" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L309" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -428,7 +425,7 @@ If the default handler function was used, this function returns a
ByteArrayInputStream on the buffered response body.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L239" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L239" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -445,7 +442,7 @@ headers, or clojure.contrib.duck-streams/*default-encoding* if it is
not specified.</pre>
- <a href="http://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L259" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L259" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -456,7 +453,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/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L350" id="var-source">Source</a>
+ <a href="https://github.com/clojure/clojure-contrib/blob/5055f41c8bc99747392396d622f17f723470858e/src/clojure/contrib/http/agent.clj#L350" id="var-source">Source</a>
</div>