<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/doc/src, branch 2.6.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>Document cowboy_stream_h/cowboy_compress_h</title>
<updated>2018-11-18T22:03:30+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-18T22:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=6cc3b0ccca6c06592c2a1881cae39945de805747'/>
<id>6cc3b0ccca6c06592c2a1881cae39945de805747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the chunked option for HTTP/1.1</title>
<updated>2018-11-18T12:25:12+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-18T12:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8d6d78575f64055be2d0992d8ccf802d9efa1faa'/>
<id>8d6d78575f64055be2d0992d8ccf802d9efa1faa</id>
<content type='text'>
It allows disabling the chunked transfer-encoding. It
can also be disabled on a per-request basis, although
it will be ignored for responses that are not streamed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It allows disabling the chunked transfer-encoding. It
can also be disabled on a per-request basis, although
it will be ignored for responses that are not streamed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare the Cowboy 2.6 release</title>
<updated>2018-11-17T12:36:14+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-17T12:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=417032a445926ea79c42e82be25b384f2d17d8ac'/>
<id>417032a445926ea79c42e82be25b384f2d17d8ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the idle_timeout option to HTTP/2</title>
<updated>2018-11-16T15:30:57+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-16T15:30:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8185d356c596e3dda9c87786516c6e924a56617a'/>
<id>8185d356c596e3dda9c87786516c6e924a56617a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document using undefined as content_types_provided callback</title>
<updated>2018-11-14T17:04:32+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-14T16:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=dba17fdddb2d0a7a832afb9480ec6515a38a15d7'/>
<id>dba17fdddb2d0a7a832afb9480ec6515a38a15d7</id>
<content type='text'>
This is a convention that indicates the callback will never
be called, for example because the methods HEAD or GET are
not accepted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a convention that indicates the callback will never
be called, for example because the methods HEAD or GET are
not accepted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some missing items to a few module changelogs</title>
<updated>2018-11-14T17:04:32+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-14T16:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=15fb3187f594979891f20cac1bec529617a5ef14'/>
<id>15fb3187f594979891f20cac1bec529617a5ef14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow disabling keep-alive for HTTP/1.0 connections</title>
<updated>2018-11-14T17:04:32+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-14T16:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=6f57405b5c775c4b3b60d0fde15c89e52cb91708'/>
<id>6f57405b5c775c4b3b60d0fde15c89e52cb91708</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document some undefined behavior in cowboy_router</title>
<updated>2018-11-14T17:04:32+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-14T15:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=f0cae8dbcf8d07035be069860fc4b22f7577d154'/>
<id>f0cae8dbcf8d07035be069860fc4b22f7577d154</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a use case to loop handlers</title>
<updated>2018-11-14T17:04:31+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-14T14:57:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=c65e3ff20e0cf64c574d98550c2a88527dde49ce'/>
<id>c65e3ff20e0cf64c574d98550c2a88527dde49ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the proxy_header protocol option</title>
<updated>2018-11-14T11:32:31+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-14T11:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=ef05956a5a32d78119d41de663a741104764c8b1'/>
<id>ef05956a5a32d78119d41de663a741104764c8b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
