<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cowboy.git/examples/rest_pastebin/src, 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>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 REST pastebin example to a release</title>
<updated>2013-09-08T17:08:37+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-09-08T17:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=630a8055412bb9622ca202ffb7008d418df78d5c'/>
<id>630a8055412bb9622ca202ffb7008d418df78d5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Fix rest_pastebin example</title>
<updated>2013-08-01T01:56:35+00:00</updated>
<author>
<name>Kuk-Hyun Lee</name>
<email>kukhyun@gmail.com</email>
</author>
<published>2013-08-01T01:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=ddbe4e53b8eff53889664a92ed41b5310847bab7'/>
<id>ddbe4e53b8eff53889664a92ed41b5310847bab7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rest_pastebin example</title>
<updated>2013-04-12T17:23:33+00:00</updated>
<author>
<name>Adam Cammack</name>
<email>acammack42@gmail.com</email>
</author>
<published>2013-04-12T17:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=4e29a4947283033ac08835387fd5d98b8aee85a4'/>
<id>4e29a4947283033ac08835387fd5d98b8aee85a4</id>
<content type='text'>
Bring the rest_pastebin example in line with REST API changes for
creating resources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bring the rest_pastebin example in line with REST API changes for
creating resources.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove process_post, post_is_create, create_path, created_path callbacks</title>
<updated>2013-04-11T20:25:36+00:00</updated>
<author>
<name>Loïc Hoguin</name>
<email>essen@ninenines.eu</email>
</author>
<published>2013-04-11T15:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=5a171d0f8050eda4e43de82efb7f2508be314ee6'/>
<id>5a171d0f8050eda4e43de82efb7f2508be314ee6</id>
<content type='text'>
Instead it will always go through content_types_accepted and it is
up to the resource code to do any creation and to return the created
path if the method is POST and the client should be redirected to the
created resource's location.

This removes the meta value 'put_path' as it is not needed anymore.

This fixes an issue with PATCH where content types were not normalized.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead it will always go through content_types_accepted and it is
up to the resource code to do any creation and to return the created
path if the method is POST and the client should be redirected to the
created resource's location.

This removes the meta value 'put_path' as it is not needed anymore.

This fixes an issue with PATCH where content types were not normalized.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve pastebin example</title>
<updated>2013-02-16T08:13:19+00:00</updated>
<author>
<name>Adam Cammack</name>
<email>acammack42@gmail.com</email>
</author>
<published>2013-02-15T23:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=a9294e0f5079d8a7a424cdffc7d5f22ec94825c5'/>
<id>a9294e0f5079d8a7a424cdffc7d5f22ec94825c5</id>
<content type='text'>
Reject more malicious paths.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reject more malicious paths.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a more involved REST example</title>
<updated>2013-02-07T17:00:26+00:00</updated>
<author>
<name>Adam Cammack</name>
<email>acammack42@gmail.com</email>
</author>
<published>2013-02-06T19:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/cowboy.git/commit/?id=d7b83db92ea6b6a0022c7d19c252037197fc28c4'/>
<id>d7b83db92ea6b6a0022c7d19c252037197fc28c4</id>
<content type='text'>
A pastebin type application that can optionally highlight the output as
both text and HTML.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A pastebin type application that can optionally highlight the output as
both text and HTML.
</pre>
</div>
</content>
</entry>
</feed>
