Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-09 | Fix command to start the static_world release | Loïc Hoguin | |
2013-09-09 | Convert the static handler example to a release | Loïc Hoguin | |
Temporarily hardcode the list of mimetypes. | |||
2013-09-08 | Convert the SSL hello world example to a release | Loïc Hoguin | |
2013-09-08 | Fix the command to start the release in rest_basic_auth example | Loïc Hoguin | |
2013-09-08 | Convert the REST streaming example to a release | Loïc Hoguin | |
2013-09-08 | Convert the REST pastebin example to a release | Loïc Hoguin | |
2013-09-08 | Add missing files to the REST basic auth example | Loïc Hoguin | |
2013-09-08 | Convert the REST hello world example to a release | Loïc Hoguin | |
2013-09-08 | Convert the EventSource example to a release | Loïc Hoguin | |
2013-09-08 | Conver the error hook example to a release | Loïc Hoguin | |
2013-09-08 | Convert the POST echo example to a release | Loïc Hoguin | |
2013-09-07 | Convert the GET echo example to a release | Loïc Hoguin | |
2013-09-07 | Convert the cookie example to a release | Loïc Hoguin | |
2013-09-07 | Convert the compressed response example to a release | Loïc Hoguin | |
2013-09-07 | Convert the chunked hello world example to a release | Loïc Hoguin | |
2013-09-07 | Rename the basic_auth example to rest_basic_auth | Loïc Hoguin | |
2013-09-07 | Convert the basic auth example to a release | Loïc Hoguin | |
2013-09-07 | Convert the hello world example to a release | Loïc Hoguin | |
2013-09-07 | Fix wrong header sent in echo_post example | 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-27 | Fix issue when modifying websocket example | Loïc Hoguin | |
Thanks ale. | |||
2013-08-24 | Update Ranch to 0.8.5 | Loïc Hoguin | |
2013-08-01 | Fix rest_pastebin example | Kuk-Hyun Lee | |
2013-06-20 | Update Ranch to 0.8.4 | Loïc Hoguin | |
2013-05-16 | Update Ranch to 0.8.3 | Loïc Hoguin | |
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-12 | Update Ranch to 0.8.1 | Loïc Hoguin | |
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-04-03 | Update Ranch to 0.8.0 | Loïc Hoguin | |
2013-03-06 | Update Ranch to 0.6.2 | Loïc Hoguin | |
2013-03-01 | Add an example of onresponse hooks | Adam Cammack | |
Also fix the guide entry on hooks. | |||
2013-03-01 | Add an SSL example | Adam Cammack | |
2013-02-16 | Merge branch 'eventsource_example' of git://github.com/acammack/cowboy | Loïc Hoguin | |
2013-02-16 | Merge branch 'web_server_example' of git://github.com/acammack/cowboy | Loïc Hoguin | |
2013-02-16 | Add EventSource example | Adam Cammack | |
Port from extend/cowboy_examples. | |||
2013-02-16 | Add a web server example | Adam Cammack | |
Explore re-routing in middleware. | |||
2013-02-16 | Improve pastebin example | Adam Cammack | |
Reject more malicious paths. | |||
2013-02-12 | Add a REST example that streams its response | Adam Cammack | |
2013-02-09 | Add an example with custom middleware | Adam Cammack | |
2013-02-09 | Fix examples links | Loïc Hoguin | |
Thanks to grass on IRC for the heads up. | |||
2013-02-09 | Improve Websocket example | Loïc Hoguin | |
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. | |||
2013-02-06 | Improve basic_auth example | Adam Cammmack | |
Some web browsers will now prompt for user name and password | |||
2013-02-06 | Elixir hello world example | Yurii Rashkovskii | |
2013-01-30 | Rename example 'static' to 'static_world' to avoid confusion | Loïc Hoguin | |
2013-01-30 | Merge branch 'websocket-example' of https://github.com/pvieytes/cowboy | Loïc Hoguin | |
2013-01-30 | add websocket example | Pablo Vieytes | |
2013-01-29 | Merge branch 'feature_basic_auth' of https://github.com/ivlis/cowboy | Loïc Hoguin | |
2013-01-30 | Implement authorization header parsing | Ivan Lisenkov | |
Basic HTTP authorization according to RFC 2617 is implemented. Added an example of its usage with REST handler. |