aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-08-15 13:21:10 -0700
committerTom Faulhaber <git_net@infolace.com>2009-08-15 13:21:10 -0700
commit45db49a7976baa9112a1f980f26a967630f901fc (patch)
treec2132957db244c278c9cfdc5b5bc1d87f7136205
parent488cda8862d3394ee6f0219dfdda6d8375b7d240 (diff)
Updated documentation for commit 94ce3fbbbc180e10fc8f5e4412f68f72cde938c6
-rw-r--r--api-index.json48
-rw-r--r--duck-streams-api.html40
-rw-r--r--http.connection-api.html4
3 files changed, 46 insertions, 46 deletions
diff --git a/api-index.json b/api-index.json
index 94960722..4652163e 100644
--- a/api-index.json
+++ b/api-index.json
@@ -91,7 +91,7 @@
"author":null,
"doc":null},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj",
"wiki-url":
"http://richhickey.github.com/clojure-contrib/duck-streams-api.html",
"name":"clojure.contrib.duck-streams",
@@ -207,7 +207,7 @@
"author":null,
"doc":"Agent-based asynchronous HTTP client."},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5f3988ffe6eb894448cbdc2bd4ec8b01ba2e10ce/src/clojure/contrib/http/connection.clj",
+ "http://github.com/richhickey/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj",
"wiki-url":
"http://richhickey.github.com/clojure-contrib/http.connection-api.html",
"name":"clojure.contrib.http.connection",
@@ -1243,7 +1243,7 @@
"To be used in macro definitions.\nHandles optional docstrings and attribute maps for a name to be defined\nin a list of macro arguments. If the first macro argument is a string,\nit is added as a docstring to name and removed from the macro argument\nlist. If afterwards the first macro argument is a map, its entries are\nadded to the name's metadata map and the map is removed from the\nmacro argument list. The return value is a vector containing the name\nwith its extended metadata map and the list of unprocessed macro\narguments.",
"name":"name-with-attributes"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L140",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L141",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/*append-to-writer*",
"namespace":"clojure.contrib.duck-streams",
@@ -1251,7 +1251,7 @@
"If true, writer and spit will open files in append mode.\nDefaults to false. Use append-writer or append-spit.",
"name":"*append-to-writer*"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L75",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L76",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/*buffer-size*",
"namespace":"clojure.contrib.duck-streams",
@@ -1259,14 +1259,14 @@
"Size, in bytes or characters, of the buffer used when\ncopying streams.",
"name":"*buffer-size*"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L80",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L81",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/*byte-array-type*",
"namespace":"clojure.contrib.duck-streams",
"doc":"Type object for a Java primitive byte array.",
"name":"*byte-array-type*"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L70",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L70",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/*default-encoding*",
"namespace":"clojure.contrib.duck-streams",
@@ -1274,7 +1274,7 @@
"Name of the default encoding to use when reading & writing.\nDefault is UTF-8.",
"name":"*default-encoding*"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L255",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L257",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/append-spit",
"namespace":"clojure.contrib.duck-streams",
@@ -1282,7 +1282,7 @@
"doc":"Like spit but appends to file.",
"name":"append-spit"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L207",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L209",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/append-writer",
"namespace":"clojure.contrib.duck-streams",
@@ -1291,7 +1291,7 @@
"Like writer but opens file for appending. Does not work on streams\nthat are already open.",
"name":"append-writer"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L291",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L293",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/copy",
"namespace":"clojure.contrib.duck-streams",
@@ -1300,7 +1300,7 @@
"Copies input to output. Returns nil.\nInput may be an InputStream, Reader, File, byte[], or String.\nOutput may be an OutputStream, Writer, or File.\n\nDoes not close any streams except those it opens itself \n(on a File).\n\nWriting a File fails if the parent directory does not exist.",
"name":"copy"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L85",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L86",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/file-str",
"namespace":"clojure.contrib.duck-streams",
@@ -1309,7 +1309,7 @@
"Concatenates args as strings and returns a java.io.File. Replaces\nall / and \\ with File/separatorChar. Replaces ~ at the start of\nthe path with the user.home system property.",
"name":"file-str"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L378",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L380",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/make-parents",
"namespace":"clojure.contrib.duck-streams",
@@ -1317,7 +1317,7 @@
"doc":"Creates all parent directories of file.",
"name":"make-parents"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L261",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L263",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/pwd",
"namespace":"clojure.contrib.duck-streams",
@@ -1326,7 +1326,7 @@
"Returns current working directory as a String. (Like UNIX 'pwd'.)\nNote: In Java, you cannot change the current working directory.",
"name":"pwd"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L226",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L228",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/read-lines",
"namespace":"clojure.contrib.duck-streams",
@@ -1335,7 +1335,7 @@
"Like clojure.core/line-seq but opens f with reader. Automatically\ncloses the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.",
"name":"read-lines"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L99",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L100",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/reader",
"namespace":"clojure.contrib.duck-streams",
@@ -1344,7 +1344,7 @@
"Attempts to coerce its argument into an open\njava.io.BufferedReader. Argument may be an instance of Reader,\nBufferedReader, InputStream, File, URI, URL, or String.\n\nIf argument is a String, it tries to resolve it first as a URI, then\nas a local file name. URIs with a 'file' protocol are converted to\nlocal file names. Uses *default-encoding* as the text encoding.\n\nShould be used inside with-open to ensure the Reader is properly\nclosed.",
"name":"reader"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L237",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L239",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/slurp*",
"namespace":"clojure.contrib.duck-streams",
@@ -1352,7 +1352,7 @@
"doc":"Like clojure.core/slurp but opens f with reader.",
"name":"slurp*"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L248",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L250",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/spit",
"namespace":"clojure.contrib.duck-streams",
@@ -1361,7 +1361,7 @@
"Opposite of slurp. Opens f with writer, writes content, then\ncloses f.",
"name":"spit"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L383",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L385",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/to-byte-array",
"namespace":"clojure.contrib.duck-streams",
@@ -1370,7 +1370,7 @@
"Converts argument into a Java byte array. Argument may be\na String, File, InputStream, or Reader. If the argument is already\na byte array, returns it.",
"name":"to-byte-array"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L284",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L286",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/with-in-reader",
"namespace":"clojure.contrib.duck-streams",
@@ -1379,7 +1379,7 @@
"Opens a PushbackReader on f, binds it to *in*, and evaluates body.",
"name":"with-in-reader"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L277",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L279",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/with-out-append-writer",
"namespace":"clojure.contrib.duck-streams",
@@ -1387,7 +1387,7 @@
"doc":"Like with-out-writer but appends to file.",
"name":"with-out-append-writer"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L269",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L271",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/with-out-writer",
"namespace":"clojure.contrib.duck-streams",
@@ -1396,7 +1396,7 @@
"Opens a writer on f, binds it to *out*, and evalutes body.\nAnything printed within body will be written to f.",
"name":"with-out-writer"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L215",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L217",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/write-lines",
"namespace":"clojure.contrib.duck-streams",
@@ -1405,7 +1405,7 @@
"Writes lines (a seq) to f, separated by newlines. f is opened with\nwriter, and automatically closed at the end of the sequence.",
"name":"write-lines"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L146",
+ "http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L148",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//duck-streams-api.html#duck-streams/writer",
"namespace":"clojure.contrib.duck-streams",
@@ -2393,7 +2393,7 @@
"Returns true if the HTTP response code was in the 200-299 range.",
"name":"success?"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5f3988ffe6eb894448cbdc2bd4ec8b01ba2e10ce/src/clojure/contrib/http/connection.clj#L21",
+ "http://github.com/richhickey/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L21",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.connection-api.html#http.connection/http-connection",
"namespace":"clojure.contrib.http.connection",
@@ -2401,7 +2401,7 @@
"doc":"Opens an HttpURLConnection at the URL, handled by as-url.",
"name":"http-connection"},
{"source-url":
- "http://github.com/richhickey/clojure-contrib/blob/5f3988ffe6eb894448cbdc2bd4ec8b01ba2e10ce/src/clojure/contrib/http/connection.clj#L26",
+ "http://github.com/richhickey/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L26",
"wiki-url":
"http://richhickey.github.com/clojure-contrib//http.connection-api.html#http.connection/send-request-entity",
"namespace":"clojure.contrib.http.connection",
diff --git a/duck-streams-api.html b/duck-streams-api.html
index 352176b3..c9402c11 100644
--- a/duck-streams-api.html
+++ b/duck-streams-api.html
@@ -126,7 +126,7 @@ or "just-give-me-a-stream", but ducks are funnier.</pre>
<pre id="var-usage"></pre>
<pre id="var-docstr">If true, writer and spit will open files in append mode.
Defaults to false. Use append-writer or append-spit.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L140" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L141" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/*buffer-size*">*buffer-size*</h2>
@@ -134,14 +134,14 @@ Defaults to false. Use append-writer or append-spit.</pre>
<pre id="var-usage"></pre>
<pre id="var-docstr">Size, in bytes or characters, of the buffer used when
copying streams.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L75" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L76" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/*byte-array-type*">*byte-array-type*</h2>
<span id="var-type">var</span><br />
<pre id="var-usage"></pre>
<pre id="var-docstr">Type object for a Java primitive byte array.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L80" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L81" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/*default-encoding*">*default-encoding*</h2>
@@ -149,7 +149,7 @@ copying streams.</pre>
<pre id="var-usage"></pre>
<pre id="var-docstr">Name of the default encoding to use when reading &amp; writing.
Default is UTF-8.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L70" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L70" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/append-spit">append-spit</h2>
@@ -157,7 +157,7 @@ Default is UTF-8.</pre>
<pre id="var-usage">Usage: (append-spit f content)
</pre>
<pre id="var-docstr">Like spit but appends to file.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L255" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L257" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/append-writer">append-writer</h2>
@@ -166,7 +166,7 @@ Default is UTF-8.</pre>
</pre>
<pre id="var-docstr">Like writer but opens file for appending. Does not work on streams
that are already open.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L207" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L209" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/copy">copy</h2>
@@ -181,7 +181,7 @@ Does not close any streams except those it opens itself
(on a File).
Writing a File fails if the parent directory does not exist.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L291" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L293" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/file-str">file-str</h2>
@@ -191,7 +191,7 @@ Writing a File fails if the parent directory does not exist.</pre>
<pre id="var-docstr">Concatenates args as strings and returns a java.io.File. Replaces
all / and \ with File/separatorChar. Replaces ~ at the start of
the path with the user.home system property.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L85" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L86" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/make-parents">make-parents</h2>
@@ -199,7 +199,7 @@ the path with the user.home system property.</pre>
<pre id="var-usage">Usage: (make-parents file)
</pre>
<pre id="var-docstr">Creates all parent directories of file.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L378" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L380" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/pwd">pwd</h2>
@@ -208,7 +208,7 @@ the path with the user.home system property.</pre>
</pre>
<pre id="var-docstr">Returns current working directory as a String. (Like UNIX 'pwd'.)
Note: In Java, you cannot change the current working directory.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L261" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L263" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/read-lines">read-lines</h2>
@@ -217,7 +217,7 @@ Note: In Java, you cannot change the current working directory.</pre>
</pre>
<pre id="var-docstr">Like clojure.core/line-seq but opens f with reader. Automatically
closes the reader AFTER YOU CONSUME THE ENTIRE SEQUENCE.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L226" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L228" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/reader">reader</h2>
@@ -234,7 +234,7 @@ local file names. Uses *default-encoding* as the text encoding.
Should be used inside with-open to ensure the Reader is properly
closed.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L99" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L100" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/slurp*">slurp*</h2>
@@ -242,7 +242,7 @@ closed.</pre>
<pre id="var-usage">Usage: (slurp* f)
</pre>
<pre id="var-docstr">Like clojure.core/slurp but opens f with reader.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L237" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L239" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/spit">spit</h2>
@@ -251,7 +251,7 @@ closed.</pre>
</pre>
<pre id="var-docstr">Opposite of slurp. Opens f with writer, writes content, then
closes f.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L248" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L250" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/to-byte-array">to-byte-array</h2>
@@ -261,7 +261,7 @@ closes f.</pre>
<pre id="var-docstr">Converts argument into a Java byte array. Argument may be
a String, File, InputStream, or Reader. If the argument is already
a byte array, returns it.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L383" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L385" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/with-in-reader">with-in-reader</h2>
@@ -269,7 +269,7 @@ a byte array, returns it.</pre>
<pre id="var-usage">Usage: (with-in-reader f &amp; body)
</pre>
<pre id="var-docstr">Opens a PushbackReader on f, binds it to *in*, and evaluates body.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L284" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L286" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/with-out-append-writer">with-out-append-writer</h2>
@@ -277,7 +277,7 @@ a byte array, returns it.</pre>
<pre id="var-usage">Usage: (with-out-append-writer f &amp; body)
</pre>
<pre id="var-docstr">Like with-out-writer but appends to file.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L277" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L279" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/with-out-writer">with-out-writer</h2>
@@ -286,7 +286,7 @@ a byte array, returns it.</pre>
</pre>
<pre id="var-docstr">Opens a writer on f, binds it to *out*, and evalutes body.
Anything printed within body will be written to f.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L269" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L271" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/write-lines">write-lines</h2>
@@ -295,7 +295,7 @@ Anything printed within body will be written to f.</pre>
</pre>
<pre id="var-docstr">Writes lines (a seq) to f, separated by newlines. f is opened with
writer, and automatically closed at the end of the sequence.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L215" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L217" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="duck-streams/writer">writer</h2>
@@ -313,7 +313,7 @@ local file names.
Should be used inside with-open to ensure the Writer is properly
closed.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/d31bf853f7dadf4e9fe19af805d8f7c1e0a32557/src/clojure/contrib/duck_streams.clj#L146" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/94ce3fbbbc180e10fc8f5e4412f68f72cde938c6/src/clojure/contrib/duck_streams.clj#L148" id="var-source">Source</a>
</div>
diff --git a/http.connection-api.html b/http.connection-api.html
index 167e3fa4..1ef7e9b2 100644
--- a/http.connection-api.html
+++ b/http.connection-api.html
@@ -81,14 +81,14 @@ by <span id="author">Unknown</span><br />
<pre id="var-usage">Usage: (http-connection url)
</pre>
<pre id="var-docstr">Opens an HttpURLConnection at the URL, handled by as-url.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/5f3988ffe6eb894448cbdc2bd4ec8b01ba2e10ce/src/clojure/contrib/http/connection.clj#L21" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L21" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="http.connection/send-request-entity">send-request-entity</h2>
<span id="var-type">multimethod</span><br />
<pre id="var-usage">No usage documentation available</pre>
<pre id="var-docstr">Transmits a request entity body.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/5f3988ffe6eb894448cbdc2bd4ec8b01ba2e10ce/src/clojure/contrib/http/connection.clj#L26" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ee6e4bf2d912419dd180b712d32e817a479f14e8/src/clojure/contrib/http/connection.clj#L26" id="var-source">Source</a>
</div>