aboutsummaryrefslogtreecommitdiffstats
path: root/examples/static/src/static_app.erl
AgeCommit message (Collapse)Author
2013-01-30Rename example 'static' to 'static_world' to avoid confusionLoïc Hoguin
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-11Modified static example to send appropriate MIME typedbmercer
Modified the static example in the examples subdirectory to use the mimetypes application to determine the appropriate MIME type to send down the wire in the HTTP headers of the reply.
2012-08-27Rename cowboy_http_static to cowboy_staticLoï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-14Add a simple Static File Server exampleLoïc Hoguin