Miscellaneous helper functions and macros for Clojure web apps/services using Ring and Compojure.
This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Gered bc9e2a8912 add ability for checked failure handling to get validation errors list
'validate' functions now add params to the request under
:validation-errors when validations fail. if the fail-response used
is a function, the request that gets passed in is the last request
map that was used in the most recent validation instead of the original
2015-02-14 18:09:32 -05:00
src/clj_webtoolbox add ability for checked failure handling to get validation errors list 2015-02-14 18:09:32 -05:00
.gitignore initial commit 2015-01-04 00:11:24 -05:00
LICENSE initial commit 2015-01-04 00:11:24 -05:00
project.clj add basic validation helper for checking against a schema definition 2015-01-04 23:40:23 -05:00
README.md initial commit 2015-01-04 00:11:24 -05:00

clj-webtoolbox

Miscellaneous helper functions and macros for Ring and Compojure.

Leiningen

[clj-webtoolbox "0.0.1"]

Usage

TODO

License

Copyright © 2014 Gered King

Distributed under the the MIT License. See LICENSE for more details.