descriptionA super simple HTTP server in Erlang.
ownersneakin+station@semanticgap.com
last changeSun, 15 Jun 2008 14:47:35 -0400
changes
2008-06-15 sneakin Minor changes to possibly help play with multi-nodes. default tip
2008-06-15 sneakin Forgot to add listener.
2008-06-15 sneakin The example station now prints the params to the index. A route was also added for "/", which points to example_station:index.
2008-06-14 sneakin Added task for render
2008-06-14 sneakin Added a comment to delineate the start functions from the actual RESTful functions.
2008-06-14 sneakin Prioritized the todo.
2008-06-14 sneakin Added support for resource routes. Fixed up the path generation for child resources.
2008-06-13 sneakin Hooked the example_upload_station into example_station with a route. Changed the error messages a bit.
2008-06-13 sneakin Added a case catch around dispatch.
2008-06-13 sneakin Hooked up the routing to into everything. Still need to trap errors for bad routes and other errors.
...
tags
...
branches
2008-06-15 a84973b46cc1 default
...