<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/examples/web_server, 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>Update to erlang.mk 1.0.0</title>
<updated>2014-08-01T12:26:51+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-08-01T12:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=62de3a62f9981c3fe436cb50465d10b17ee9678b'/>
<id>62de3a62f9981c3fe436cb50465d10b17ee9678b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update erlang.mk and update paths to start the release</title>
<updated>2014-06-30T08:14:05+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2014-06-30T08:14:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=abcc6e96d8f97e4b8d86da107608d5cdc6dfd851'/>
<id>abcc6e96d8f97e4b8d86da107608d5cdc6dfd851</id>
<content type='text'>
Fixes a couple invalid instructions at the same time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a couple invalid instructions at the same time.
</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>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>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 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>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>Add a web server example</title>
<updated>2013-02-16T08:21:54+00:00</updated>
<author>
<name>Adam Cammack</name>
<email>acammack42@gmail.com</email>
</author>
<published>2013-02-16T08:21:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=f112cdf643c520bb6554a2d8efa882e8e904b984'/>
<id>f112cdf643c520bb6554a2d8efa882e8e904b984</id>
<content type='text'>
Explore re-routing in middleware.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explore re-routing in middleware.
</pre>
</div>
</content>
</entry>
</feed>
