Skip to content

Commit

Permalink
Document v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
neotyk committed Feb 21, 2013
1 parent 6add646 commit dd390db
Showing 1 changed file with 77 additions and 3 deletions.
80 changes: 77 additions & 3 deletions changelog.html
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
<meta name="title" content="Asynchronous HTTP Client - Clojure - Changelog"/>
<meta name="generator" content="Org-mode"/>
<meta name="generated" content="2013-02-11T13:53+0100"/>
<meta name="generated" content="2013-02-21T09:00+0100"/>
<meta name="author" content="Hubert Iwaniuk"/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
Expand Down Expand Up @@ -201,7 +201,17 @@ <h2>Table of Contents</h2>
<li><a href="#sec-2-2">2.2 Upgrade AHC to 1.7.10</a></li>
</ul>
</li>
<li><a href="#sec-3">3 Release 0.5.0</a></li>
<li><a href="#sec-3">3 Release 0.5.0</a>
<ul>
<li><a href="#sec-3-1">3.1 http.async.client/content-type</a></li>
<li><a href="#sec-3-2">3.2 http.async.client/redirect?</a></li>
<li><a href="#sec-3-3">3.3 http.async.client/location</a></li>
<li><a href="#sec-3-4">3.4 Moved to Leiningen 2</a></li>
<li><a href="#sec-3-5">3.5 PATCH</a></li>
<li><a href="#sec-3-6">3.6 Initial WebSocket support</a></li>
<li><a href="#sec-3-7">3.7 Upgrade AHC to v1.7.5</a></li>
</ul>
</li>
<li><a href="#sec-4">4 Release 0.4.5</a>
<ul>
<li><a href="#sec-4-1">4.1 Multipart support</a></li>
Expand Down Expand Up @@ -339,6 +349,70 @@ <h3 id="sec-2-2"><span class="section-number-3">2.2</span> Upgrade AHC to 1.7.10
<h2 id="sec-3"><span class="section-number-2">3</span> Release 0.5.0</h2>
<div class="outline-text-2" id="text-3">


</div>

<div id="outline-container-3-1" class="outline-3">
<h3 id="sec-3-1"><span class="section-number-3">3.1</span> <a href="http://neotyk.github.com/http.async.client/doc/http.async.client.html#var-content-type">http.async.client/content-type</a></h3>
<div class="outline-text-3" id="text-3-1">

<p> Added utility fn for <a href="http://neotyk.github.com/http.async.client/docs.html#sec-2-5-5">Reading content-type</a>.
</p></div>

</div>

<div id="outline-container-3-2" class="outline-3">
<h3 id="sec-3-2"><span class="section-number-3">3.2</span> <a href="http://neotyk.github.com/http.async.client/doc/http.async.client.html#var-redirect?">http.async.client/redirect?</a></h3>
<div class="outline-text-3" id="text-3-2">

<p> Added utility fn for checking if response <a href="http://neotyk.github.com/http.async.client/docs.html#sec-2-5-3">Is redirect?</a>.
</p></div>

</div>

<div id="outline-container-3-3" class="outline-3">
<h3 id="sec-3-3"><span class="section-number-3">3.3</span> <a href="http://neotyk.github.com/http.async.client/doc/http.async.client.html#var-location">http.async.client/location</a></h3>
<div class="outline-text-3" id="text-3-3">

<p> Added utility fn for <a href="http://neotyk.github.com/http.async.client/docs.html#sec-2-5-6">Reading location</a>.
</p></div>

</div>

<div id="outline-container-3-4" class="outline-3">
<h3 id="sec-3-4"><span class="section-number-3">3.4</span> Moved to Leiningen 2</h3>
<div class="outline-text-3" id="text-3-4">

</div>

</div>

<div id="outline-container-3-5" class="outline-3">
<h3 id="sec-3-5"><span class="section-number-3">3.5</span> <a href="http://neotyk.github.com/http.async.client/doc/http.async.client.html#var-PATCH">PATCH</a></h3>
<div class="outline-text-3" id="text-3-5">

<p> Added support for HTTP PATCH method.
</p></div>

</div>

<div id="outline-container-3-6" class="outline-3">
<h3 id="sec-3-6"><span class="section-number-3">3.6</span> Initial WebSocket support</h3>
<div class="outline-text-3" id="text-3-6">

<p> Not documented yet, <a href="https://github.com/neotyk/http.async.client/blob/07b8f1de8f956505185ed224c71abceeff27265f/src/clj/http/async/client.clj#L305">Code is here</a>.
Demo usage can be found in <a href="https://github.com/neotyk/hac-live">hac-live</a> dome for EuroClojure 2012.
<a href="https://github.com/neotyk/hac-live/blob/master/src/hac/live.clj#L261">Request 12</a> and <a href="https://github.com/neotyk/hac-live/blob/master/src/hac/live.clj#L285">Request 13</a> are WebSocket examples.
</p></div>

</div>

<div id="outline-container-3-7" class="outline-3">
<h3 id="sec-3-7"><span class="section-number-3">3.7</span> Upgrade AHC to v1.7.5</h3>
<div class="outline-text-3" id="text-3-7">


</div>
</div>

</div>
Expand Down Expand Up @@ -921,7 +995,7 @@ <h3 id="sec-14-6"><span class="section-number-3">14.6</span> Keyworded maps in A
</div>

<div id="postamble">
<p class="date">Date: 2013-02-11T13:53+0100</p>
<p class="date">Date: 2013-02-21T09:00+0100</p>
<p class="author">Author: Hubert Iwaniuk</p>
<p class="creator"><a href="http://orgmode.org">Org</a> version 7.9.3e with <a href="http://www.gnu.org/software/emacs/">Emacs</a> version 24</p>
<a href="http://validator.w3.org/check?uri=referer">Validate XHTML 1.0</a>
Expand Down

0 comments on commit dd390db

Please sign in to comment.