Commit Graph

7 Commits

Author SHA1 Message Date
urlysses d775fd9ae6 Add basic CRUD support.
TODO:
+ Make content-type available.
+ Make sure multipart/form-data works (not sure?).
+ Clean up recent code additions.
2017-02-26 00:54:47 -05:00
urlysses 7ff8c9942e Finalize url mapping/url pattern matching.
All that was missing in 574c33c27e was a
way to retreive the values of our fuzzy matches.
2017-02-24 23:29:43 -05:00
urlysses 574c33c27e Add url pattern matching (url mapping?)
TODO: Make the collected vars available to the handler words.
2017-02-24 19:38:01 -05:00
urlysses 4d08c23f27 Add views + very basic templating support. 2017-02-20 17:16:05 -05:00
urlysses 6310938b54 Add sourcedir for more reliable file paths 2017-02-17 22:46:43 -05:00
urlysses 1571064535 Add multi-file example 2017-02-17 09:10:35 -05:00
urlysses a9c21097b8 Move app demo to an examples dir 2017-02-15 12:23:28 -05:00