Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
For two reasons. 1) concurrent access to the app-state-table is
non-portable and was probably added to address a specific need I found
myself reaching for; 2) because lazybones is about routing, and
nothing more -- all state should live elsewhere.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hopefully the hunchentoot dep is temporary.
I had to patch over my ill-conceived multipart form decoder.
|
|
|
|
|
|
|
|
|
|
|
|
- changed route formation "/foo//bar" == "/foo/bar" which means that
"/" == "". Be warned.
- added a default file serving mimetype of application/octet-stream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|