<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/examples/compress_response/src, branch 1.0.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>Fix the list of registered processes in the examples</title>
<updated>2013-09-09T14:46:21+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-09-09T14:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=1a4e7a86185021f1f1eb50b3fde5043570da3f94'/>
<id>1a4e7a86185021f1f1eb50b3fde5043570da3f94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert the compressed response example to a release</title>
<updated>2013-09-07T18:45:21+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-09-07T18:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=2f25c654b02d72a7c0017c20d11ed6a720d640c6'/>
<id>2f25c654b02d72a7c0017c20d11ed6a720d640c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make cowlib a proper dependency</title>
<updated>2013-09-04T17:24:54+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-09-04T17:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=4a30198f9068cc989616c8088e4b890bc1de259d'/>
<id>4a30198f9068cc989616c8088e4b890bc1de259d</id>
<content type='text'>
Start moving a few functions from Cowboy into cowlib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Start moving a few functions from Cowboy into cowlib.
</pre>
</div>
</content>
</entry>
<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>Add optional automatic response body compression</title>
<updated>2013-01-07T21:42:16+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-01-07T21:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=01f57ad65d7c75fb455f48e354bb3a328c472ce4'/>
<id>01f57ad65d7c75fb455f48e354bb3a328c472ce4</id>
<content type='text'>
This behavior can be enabled with the `compress` protocol option.
See the `compress_response` example for more details.

All tests are now ran with and without compression for both HTTP
and HTTPS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This behavior can be enabled with the `compress` protocol option.
See the `compress_response` example for more details.

All tests are now ran with and without compression for both HTTP
and HTTPS.
</pre>
</div>
</content>
</entry>
</feed>
