<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/doc/src/guide, 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>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>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>Add the rate_limited/2 REST callback</title>
<updated>2018-11-04T10:58:59+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-04T10:51:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8c9ad7bf078871295e391f416bfcb10c9156a35f'/>
<id>8c9ad7bf078871295e391f416bfcb10c9156a35f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add RFC6657 to the list of related documents</title>
<updated>2018-11-02T13:04:32+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-11-02T13:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=9569043bddd2ab1c31e198beb901fcba046b95c2'/>
<id>9569043bddd2ab1c31e198beb901fcba046b95c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add yet another RFC to the list</title>
<updated>2018-10-26T08:15:41+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-10-26T08:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=497e9d459e961b9d807b0543dbb1635551ce75b8'/>
<id>497e9d459e961b9d807b0543dbb1635551ce75b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Cowboy version in the getting started chapter</title>
<updated>2018-10-02T08:05:40+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2018-10-02T08:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=c998673eb009da2ea4dc0e6ef0332534cf679cc4'/>
<id>c998673eb009da2ea4dc0e6ef0332534cf679cc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
