<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/examples, branch 0.9.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>Add link to the repository of elixir Cowboy examples</title>
<updated>2013-11-08T19:50:09+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-11-08T19:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=9d2096cd35c05ac43fa34ebe4ac31c9265d263cb'/>
<id>9d2096cd35c05ac43fa34ebe4ac31c9265d263cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Review, improve and document the static files handler</title>
<updated>2013-11-02T13:41:46+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-11-02T13:41:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=6672ea04155a075e60381413bf9b65b3974b7d57'/>
<id>6672ea04155a075e60381413bf9b65b3974b7d57</id>
<content type='text'>
Changes include:

 *  Much simplified route configuration.

 *  Etag generation is now enabled by default.

 *  Web mimetypes are now detected by default. A bigger list of
    mimetypes can be detected without any additional library.

 *  Mimetypes can no longer be specified as a list. Copying this
    list for new connections is too costy. You can easily convert
    it into a function and pass that function to the handler instead.

 *  You can however specify a single hardcoded mimetype. Mostly
    useful when serving a single file, like an index.html file,
    to avoid extra operations.

 *  Specifying a path as a list of tokens is not possible anymore.
    Use either a binary or a string.

 *  Using a private directory will not work if the application
    was not started properly. Cowboy will not attempt to find
    the location of this directory if the VM doesn't know it,
    as this caused issues in some setups.

 *  Overall the code has been much simplified and clarified,
    and of course has now been documented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes include:

 *  Much simplified route configuration.

 *  Etag generation is now enabled by default.

 *  Web mimetypes are now detected by default. A bigger list of
    mimetypes can be detected without any additional library.

 *  Mimetypes can no longer be specified as a list. Copying this
    list for new connections is too costy. You can easily convert
    it into a function and pass that function to the handler instead.

 *  You can however specify a single hardcoded mimetype. Mostly
    useful when serving a single file, like an index.html file,
    to avoid extra operations.

 *  Specifying a path as a list of tokens is not possible anymore.
    Use either a binary or a string.

 *  Using a private directory will not work if the application
    was not started properly. Cowboy will not attempt to find
    the location of this directory if the VM doesn't know it,
    as this caused issues in some setups.

 *  Overall the code has been much simplified and clarified,
    and of course has now been documented.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the elixir_hello_world example</title>
<updated>2013-10-22T07:15:57+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-10-22T07:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=aab63d605c595d8d0cd33646d13942d6cb372b60'/>
<id>aab63d605c595d8d0cd33646d13942d6cb372b60</id>
<content type='text'>
Elixir examples will be in a separate repository maintained
by Elixir capable developers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Elixir examples will be in a separate repository maintained
by Elixir capable developers.
</pre>
</div>
</content>
</entry>
<entry>
<title>No need for relx in path for examples anymore</title>
<updated>2013-10-22T07:14:32+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-10-22T07:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1'/>
<id>96755dd9738a3fa53f9c9d5c085f3ae6c1292bf1</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 markdown_middleware example to a release</title>
<updated>2013-10-22T07:10:24+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-10-22T07:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=36ba1742245bc5e294d792b9193de07c628e1387'/>
<id>36ba1742245bc5e294d792b9193de07c628e1387</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erlang.mk now has built-in support for relx</title>
<updated>2013-10-14T14:05:19+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-10-14T14:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=4769412daaff2be53cb7d7391d0a196acb6346c3'/>
<id>4769412daaff2be53cb7d7391d0a196acb6346c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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 websocket example to a release</title>
<updated>2013-09-09T14:21:53+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-09-09T14:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=834056402ac4a94baa1ab622f127dfdd84826bc3'/>
<id>834056402ac4a94baa1ab622f127dfdd84826bc3</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 web_server example to a release</title>
<updated>2013-09-09T14:10:58+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-09-09T14:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=6a90d00ceee9c95d5d80190736e04f35bd04d8f4'/>
<id>6a90d00ceee9c95d5d80190736e04f35bd04d8f4</id>
<content type='text'>
Temporary mimetypes list here too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Temporary mimetypes list here too.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix command to start the static_world release</title>
<updated>2013-09-09T13:56:02+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-09-09T13:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=8bb7c180ff3a169557e24c8eb7e3e8e4b5645cbf'/>
<id>8bb7c180ff3a169557e24c8eb7e3e8e4b5645cbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
