Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-22 | No need for relx in path for examples anymore | Loïc Hoguin | |
2013-10-14 | erlang.mk now has built-in support for relx | Loïc Hoguin | |
2013-09-09 | Fix the list of registered processes in the examples | Loïc Hoguin | |
2013-09-08 | Convert the REST pastebin example to a release | Loïc Hoguin | |
2013-09-04 | Make cowlib a proper dependency | Loïc Hoguin | |
Start moving a few functions from Cowboy into cowlib. | |||
2013-08-01 | Fix rest_pastebin example | Kuk-Hyun Lee | |
2013-04-12 | Fix rest_pastebin example | Adam Cammack | |
Bring the rest_pastebin example in line with REST API changes for creating resources. | |||
2013-04-11 | Remove process_post, post_is_create, create_path, created_path callbacks | Loïc Hoguin | |
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. | |||
2013-02-16 | Improve pastebin example | Adam Cammack | |
Reject more malicious paths. | |||
2013-02-07 | Merge branch 'add_rest_example' of git://github.com/acammack/cowboy | Loïc Hoguin | |
2013-02-07 | Add a more involved REST example | Adam Cammack | |
A pastebin type application that can optionally highlight the output as both text and HTML. |