Commit graph

7 commits

Author SHA1 Message Date
Gered bb7438d555 checked-routes -> wrap-checks (mainly just a minor syntax cleanup) 2015-01-05 12:35:38 -05:00
Gered da94d5fd75 with-middleware -> wrap-middleware. uses compojure's wrap-routes now
this fixes problems where middleware could be run even if the wrapped
routes did not match the request (depended on scoping, e.g. nesting
in a context could limit this, but was not perfect).
2015-01-05 12:11:03 -05:00
Gered ad8401f88c support for transforming/validating/marking-safe the request body 2015-01-05 00:28:11 -05:00
Gered d59bc300fa add basic validation helper for checking against a schema definition 2015-01-04 23:40:23 -05:00
Gered 4fb8b7a002 allow alternate param parents to be specified. allow nested params. 2015-01-04 23:31:24 -05:00
Gered a5010e423e comments 2015-01-04 15:14:02 -05:00
Gered bd038047db initial commit 2015-01-04 00:11:24 -05:00