0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
Commit graph

25 commits

Author SHA1 Message Date
Loïc Hoguin
07c622a0fe Add a simple multipart upload example 2014-06-03 19:20:07 +02:00
Loïc Hoguin
9d2096cd35 Add link to the repository of elixir Cowboy examples 2013-11-08 20:50:09 +01:00
Loïc Hoguin
aab63d605c Remove the elixir_hello_world example
Elixir examples will be in a separate repository maintained
by Elixir capable developers.
2013-10-22 09:15:57 +02:00
Loïc Hoguin
bb9a2e975e Rename the basic_auth example to rest_basic_auth 2013-09-07 16:23:13 +02:00
Adam Cammack
88414e36b4 Add an example of onresponse hooks
Also fix the guide entry on hooks.
2013-03-01 19:54:30 -06:00
Adam Cammack
52a181347c Add an SSL example 2013-03-01 16:43:19 -06:00
Loïc Hoguin
d305527e88 Merge branch 'eventsource_example' of git://github.com/acammack/cowboy 2013-02-16 15:11:56 +01:00
Adam Cammack
a302fe5007 Add EventSource example
Port from extend/cowboy_examples.
2013-02-16 02:26:32 -06:00
Adam Cammack
f112cdf643 Add a web server example
Explore re-routing in middleware.
2013-02-16 02:21:54 -06:00
Adam Cammack
f9dd3c9e54 Add a REST example that streams its response 2013-02-12 09:44:26 -06:00
Adam Cammack
09f1a8d55b Add an example with custom middleware 2013-02-09 13:54:08 -06:00
Loïc Hoguin
6549f68d49 Fix examples links
Thanks to grass on IRC for the heads up.
2013-02-09 16:05:23 +01:00
Adam Cammack
d7b83db92e Add a more involved REST example
A pastebin type application that can optionally highlight the output as
both text and HTML.
2013-02-07 11:00:26 -06:00
Yurii Rashkovskii
b69903435e Elixir hello world example 2013-02-06 14:08:49 -07:00
Loïc Hoguin
f96e20aef7 Rename example 'static' to 'static_world' to avoid confusion 2013-01-30 22:13:31 +01:00
Loïc Hoguin
cc52343e9b Merge branch 'websocket-example' of https://github.com/pvieytes/cowboy 2013-01-30 14:57:25 +01:00
Pablo Vieytes
b8a0a8963b add websocket example 2013-01-30 10:11:39 +01:00
Ivan Lisenkov
54c6d3fa3a Implement authorization header parsing
Basic HTTP authorization according to RFC 2617 is implemented.
Added an example of its usage with REST handler.
2013-01-30 00:30:05 +04:00
Loïc Hoguin
01f57ad65d Add optional automatic response body compression
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.
2013-01-07 22:42:16 +01:00
Loïc Hoguin
a07d063fd8 Add cookie example 2012-12-20 14:40:22 +01:00
Loïc Hoguin
1851032482 Improve Markdown for the examples README 2012-12-14 10:50:26 +01:00
Josh Toft
958c4f7283 Fixing relative links 2012-10-01 16:05:54 -07:00
Josh Toft
e7a66b9c1e Add rest_hello_world link to examples README 2012-10-01 13:21:45 -07:00
Josh Toft
855828d15c Make example README's more thorough 2012-10-01 10:37:24 -07:00
Loïc Hoguin
9baf3e2ae9 Add an examples/ directory containing a link to cowboy_examples 2012-02-20 08:42:45 +01:00