aboutsummaryrefslogtreecommitdiffstats
path: root/examples/rest_pastebin/src/rest_pastebin_app.erl
AgeCommit message (Collapse)Author
2017-06-07Remove NumAcceptors argument from start_clear/tlsLoïc Hoguin
They are now cowboy:start_clear/3 and cowboy:start_tls/3. The NumAcceptors argument can be specified via the num_acceptor transport option. Ranch has been updated to 1.4.0 to that effect.
2016-06-15Fix rest_pastebin exampleLoïc Hoguin
2013-02-07Add a more involved REST exampleAdam Cammack
A pastebin type application that can optionally highlight the output as both text and HTML.