<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/doc/src/guide, branch 2.2.0</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>Update Cowboy to 2.2.0</title>
<updated>2017-12-11T13:17:38+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-12-11T13:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=388a68fc2e8766138e4fefae86e52724b098c12e'/>
<id>388a68fc2e8766138e4fefae86e52724b098c12e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document trailers in the guide</title>
<updated>2017-12-11T11:43:14+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-12-11T11:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=364a3527d4d096aebdf4d59ece1b2b660e6ed846'/>
<id>364a3527d4d096aebdf4d59ece1b2b660e6ed846</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document 2.2 changes and the new stream_trailers function</title>
<updated>2017-12-11T10:00:47+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-12-11T10:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=4c22bdbcb75ecc8176e0f42899ed8c03729cc628'/>
<id>4c22bdbcb75ecc8176e0f42899ed8c03729cc628</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing changes for 2.1 release</title>
<updated>2017-11-09T12:05:22+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-11-09T12:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=44d96ed9be3818f5540a16117223c505800dcc21'/>
<id>44d96ed9be3818f5540a16117223c505800dcc21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Cowboy to 2.1.0</title>
<updated>2017-11-08T14:05:30+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-11-08T14:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=1e883248640c2b3d9a7d640c79ff729b334a5294'/>
<id>1e883248640c2b3d9a7d640c79ff729b334a5294</id>
<content type='text'>
Also add OTP-20.1.4 to CI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add OTP-20.1.4 to CI.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add {switch_handler, Module} return value to cowboy_rest</title>
<updated>2017-11-01T16:27:26+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-11-01T16:27:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=836342abb86b3ff15d1c8319a455d776f7027a87'/>
<id>836342abb86b3ff15d1c8319a455d776f7027a87</id>
<content type='text'>
Also {switch_handler, Module, Opts}.

Allows switching to a different handler type. This is
particularly useful for processing most of the request
with cowboy_rest and then streaming the response body
using cowboy_loop.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also {switch_handler, Module, Opts}.

Allows switching to a different handler type. This is
particularly useful for processing most of the request
with cowboy_rest and then streaming the response body
using cowboy_loop.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cowboy_req:inform/2,3</title>
<updated>2017-10-29T21:03:04+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-10-29T19:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=f3d6b05b863fe177a34a8a6ba48c5f263ef8cf82'/>
<id>f3d6b05b863fe177a34a8a6ba48c5f263ef8cf82</id>
<content type='text'>
User code can now send as many 1xx responses as necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User code can now send as many 1xx responses as necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add migration note concerning multiple headers</title>
<updated>2017-10-23T13:59:45+00:00</updated>
<author>
<name>Luke Bakken</name>
<email>luke@bakken.io</email>
</author>
<published>2017-10-23T13:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=4090adaecc6ba30eeeabf50aee57c22945fa27eb'/>
<id>4090adaecc6ba30eeeabf50aee57c22945fa27eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the getting started use 2.0.0</title>
<updated>2017-10-20T12:00:17+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-10-20T12:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=b9526a1745cad73624a1a01a89f6498797c18443'/>
<id>b9526a1745cad73624a1a01a89f6498797c18443</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small guide fixes</title>
<updated>2017-10-13T21:20:49+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2017-10-13T21:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=f104da9322f83361e5bdb8bec0f396f8ad824798'/>
<id>f104da9322f83361e5bdb8bec0f396f8ad824798</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
