<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/examples/echo_post, branch 0.8.4</title>
<subtitle>Small, fast, modern HTTP server for Erlang/OTP.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/'/>
<entry>
<title>Make examples use the new routing</title>
<updated>2013-01-29T13:47:17+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-01-29T13:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=ab0699ab29b6750d19cf2e0fce03e185d2206e9d'/>
<id>ab0699ab29b6750d19cf2e0fce03e185d2206e9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace terminate/2 with terminate/3, adding a Reason</title>
<updated>2013-01-22T01:34:18+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-01-22T01:34:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=647e95aed157edd58c86acdd774048593eb9d039'/>
<id>647e95aed157edd58c86acdd774048593eb9d039</id>
<content type='text'>
This should have been done a *long* time ago, back when I initially
added Websocket support. This is the first part of two in improving
loop handler support with regards to socket closure.

Reason may include: {normal, shutdown} for the most normal shutdown,
{normal, timeout} for a loop handler timeout shutdown, or {error, _}
if an error occured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should have been done a *long* time ago, back when I initially
added Websocket support. This is the first part of two in improving
loop handler support with regards to socket closure.

Reason may include: {normal, shutdown} for the most normal shutdown,
{normal, timeout} for a loop handler timeout shutdown, or {error, _}
if an error occured.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make cowboy_req:has_body/1 return boolean()</title>
<updated>2013-01-19T16:20:35+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-01-19T16:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=82de4254ddeff748c28c2086f43fb0d73015932f'/>
<id>82de4254ddeff748c28c2086f43fb0d73015932f</id>
<content type='text'>
This makes it similar to the other has_* functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it similar to the other has_* functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix examples to follow new env tuple standard</title>
<updated>2013-01-06T03:19:14+00:00</updated>
<author>
<name>Unix1</name>
<email>unix1@live.com</email>
</author>
<published>2013-01-06T03:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=33461ecdbd1554165d395bf63907e4f3e08712fc'/>
<id>33461ecdbd1554165d395bf63907e4f3e08712fc</id>
<content type='text'>
This brings examples in line with the recent Middleware change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings examples in line with the recent Middleware change.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make a few more missing headers lowercase</title>
<updated>2012-12-05T12:43:25+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-12-05T09:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=db6b1596ae69529207ca66a9a8f3eaf0779109f0'/>
<id>db6b1596ae69529207ca66a9a8f3eaf0779109f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Start crypto also in the examples and documentation</title>
<updated>2012-10-11T18:52:29+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-10-11T18:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=160063497cade2c5334cc06859a43afec7183e78'/>
<id>160063497cade2c5334cc06859a43afec7183e78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make example README's more thorough</title>
<updated>2012-10-01T17:37:24+00:00</updated>
<author>
<name>Josh Toft</name>
<email>joshtoft@gmail.com</email>
</author>
<published>2012-09-28T04:32:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=855828d15cdeea343ba499071c14caaeeec19dab'/>
<id>855828d15cdeea343ba499071c14caaeeec19dab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use decode_packet/3 for parsing the request-line</title>
<updated>2012-09-21T06:54:57+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-09-20T04:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8497c8bbcdcfd8754c500e65557ee09d9bd1bed0'/>
<id>8497c8bbcdcfd8754c500e65557ee09d9bd1bed0</id>
<content type='text'>
First step in making all methods and header names binaries to
get rid of many inconsistencies caused by decode_packet/3.

Methods are all binary now. Note that since they are case
sensitive, the usual methods become &lt;&lt;"GET"&gt;&gt;, &lt;&lt;"POST"&gt;&gt; and so on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First step in making all methods and header names binaries to
get rid of many inconsistencies caused by decode_packet/3.

Methods are all binary now. Note that since they are case
sensitive, the usual methods become &lt;&lt;"GET"&gt;&gt;, &lt;&lt;"POST"&gt;&gt; and so on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve consistency of return types for cowboy_req API</title>
<updated>2012-09-17T11:56:58+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-09-16T01:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8d5f8db90a10a8ca16f8f17bcb076ff4b93e9c63'/>
<id>8d5f8db90a10a8ca16f8f17bcb076ff4b93e9c63</id>
<content type='text'>
The signature of parse_header, body_qs, multipart_data and
the set_resp_* functions has changed.

See the cowboy_req module edoc for more details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The signature of parse_header, body_qs, multipart_data and
the set_resp_* functions has changed.

See the cowboy_req module edoc for more details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename cowboy_http_req to cowboy_req</title>
<updated>2012-08-27T11:28:57+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2012-08-27T11:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=d3dcaf109b225b1384fad5b17dbae9c4888c40ea'/>
<id>d3dcaf109b225b1384fad5b17dbae9c4888c40ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
