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 228a2eff39 split out session helpers into separate namespace
mainly done for code readability. nicer to alias the namespace
separately and be able to write code like

    (session/assoc :foo "bar")

instead of

    (response/session-assoc :foo "bar")

but clearly a minor cosmetic change regardless
2015-02-14 15:42:35 -05:00
src/clj_webtoolbox split out session helpers into separate namespace 2015-02-14 15:42:35 -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.