aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rest_hello_world/src
AgeCommit message (Collapse)Author
2013-09-09Fix the list of registered processes in the examplesLoïc Hoguin
2013-09-08Convert the REST hello world example to a releaseLoïc Hoguin
2013-09-04Make cowlib a proper dependencyLoïc Hoguin
Start moving a few functions from Cowboy into cowlib.
2013-01-29Make examples use the new routingLoïc Hoguin
2013-01-05Fix examples to follow new env tuple standardUnix1
This brings examples in line with the recent Middleware change.
2012-10-11Start crypto also in the examples and documentationLoïc Hoguin
2012-08-27Rename cowboy_http_rest to cowboy_restLoïc Hoguin
2012-08-27Switch to Ranch for connection handlingLoïc Hoguin
This is the first of many API incompatible changes. You have been warned.
2012-07-22Add a REST Hello World exampleLoïc Hoguin