| 5 months | sneakin | Minor changes to possibly help play with multi-nodes. |
| 5 months | sneakin | Forgot to add listener. |
| 5 months | sneakin | The example station now prints the params to the index. A route was also added for "/", which points to example_station:index. |
| 5 months | sneakin | Added task for render |
| 5 months | sneakin | Added a comment to delineate the start functions from the actual RESTful functions. |
| 5 months | sneakin | Prioritized the todo. |
| 5 months | sneakin | Added support for resource routes. Fixed up the path generation for child resources. |
| 5 months | sneakin | Hooked the example_upload_station into example_station with a route. Changed the error messages a bit. |
| 5 months | sneakin | Added a case catch around dispatch. |
| 5 months | sneakin | Hooked up the routing to into everything. Still need to trap errors for bad routes and other errors. |
| 5 months | sneakin | Documented all he functions. Fixed up the resources routes (missed a few). |
| 5 months | sneakin | Changed the what a route actually is. The module and function names can be specified. Still need to handle default params such as :id. |
| 5 months | sneakin | Consolidated the path splitting. |
| 5 months | sneakin | Added some test cases for resolve. |
| 5 months | sneakin | Implemented most of the routing:resolve algorithm. Still needs a few tweaks such as adding a function name to routes. |
| 5 months | sneakin | Started working on routing URL paths. |
| 5 months | sneakin | Parametized `erl` and the load paths. |
| 5 months | sneakin | Example showing where I want to take this. |
| 5 months | sneakin | Added some basic dispatching based on the HTTP method. |
| 5 months | sneakin | Completed the task. |
| 5 months | sneakin | Commented out the handling log message since it dumps uploads. |
| 5 months | sneakin | Added a commit button and print out of the content type. |
| 5 months | sneakin | Removed the unused code. |
| 5 months | sneakin | No tracking the acceptor so it can be restarted by the listener. |
| 5 months | sneakin | Started moving to a proper supervision tree. There's now a station_sup[ervisor] and a listener server. I still need to clean out station. |
| 5 months | sneakin | Starting to do some work. |
| 5 months | sneakin | Removed the http_request record in favor of a three element tuple. |
| 5 months | sneakin | Should have ran the test function. My redefinition of parse_body didn't work. |
| 5 months | sneakin | Some more style changes and refactorings. |
| 5 months | sneakin | Added a comment to separate the implementation. |
| 5 months | sneakin | Collapsed some lines to improve the style. |
| 5 months | sneakin | Created an org-mode todo file. |
| 5 months | sneakin | Got the examples to build and start from a Makefile. |
| 5 months | sneakin | Needed some docs on how to start things. |
| 5 months | sneakin | Renamed content to body to align with the RFC. |
| 5 months | sneakin | Ensuring only a single Content-Length header is sent. |
| 5 months | sneakin | Finally created an http_response record and station now uses that. It also expects `dispatch` to now return an #http_response. |
| 5 months | sneakin | Removed the io:format calls and switched to sasl's error_logger. |
| 6 months | sneakin | Commented out the io:format calls hoping it would speed things up. |
| 6 months | sneakin | Renamed 'server' to 'station' and made the first station the upload example. |
| 6 months | sneakin | Made the server a behaviour. |
| 6 months | sneakin | This'll help. |
| 6 months | sneakin | Got HTTP/1.1 requests to parse and to return a dummy page. |
| 6 months | sneakin | Here's what looks to be a working HTTP request parser. |