Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-03 | Add a simple multipart upload example | Loïc Hoguin | |
2013-11-08 | Add link to the repository of elixir Cowboy examples | Loïc Hoguin | |
2013-10-22 | Remove the elixir_hello_world example | Loïc Hoguin | |
Elixir examples will be in a separate repository maintained by Elixir capable developers. | |||
2013-09-07 | Rename the basic_auth example to rest_basic_auth | 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 | 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-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-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 | 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-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. | |||
2013-01-07 | Add optional automatic response body compression | Loïc Hoguin | |
This behavior can be enabled with the `compress` protocol option. See the `compress_response` example for more details. All tests are now ran with and without compression for both HTTP and HTTPS. | |||
2012-12-20 | Add cookie example | Loïc Hoguin | |
2012-12-14 | Improve Markdown for the examples README | Loïc Hoguin | |
2012-10-01 | Fixing relative links | Josh Toft | |
2012-10-01 | Add rest_hello_world link to examples README | Josh Toft | |
2012-10-01 | Make example README's more thorough | Josh Toft | |
2012-02-20 | Add an examples/ directory containing a link to cowboy_examples | Loïc Hoguin | |