index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
rest_hello_world
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 hello world 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-01-29
Make examples use the new routing
Loïc Hoguin
2013-01-05
Fix examples to follow new env tuple standard
Unix1
This brings examples in line with the recent Middleware change.
2012-10-11
Start crypto also in the examples and documentation
Loïc Hoguin
2012-10-11
Fix Vary header, was wrongly named Variances previously
Loïc Hoguin
2012-10-01
Make example README's more thorough
Josh Toft
2012-08-27
Rename cowboy_http_rest to cowboy_rest
Loïc Hoguin
2012-08-27
Switch to Ranch for connection handling
Loïc Hoguin
This is the first of many API incompatible changes. You have been warned.
2012-07-22
Add a REST Hello World example
Loïc Hoguin