compojure.api.meta
dummy-let
macro
(dummy-let bindings & body)
Dummy let-macro used in resolving route-docs. not part of normal invokation chain.
dummy-letk
macro
(dummy-letk bindings & body)
Dummy letk-macro used in resolving route-docs. not part of normal invokation chain.
merge-parameters
(merge-parameters info)
Merge parameters at runtime to allow usage of runtime-paramers with route-macros.
restructure-param
multimethod
Restructures a key value pair in smart routes. By default the key is consumed form the :parameters map in acc. k = given key, v = value.
src-coerce!
(src-coerce! schema key type)
(src-coerce! schema key type keywordize?)
Inputs: ([schema key type] [schema key type keywordize?])
Return source code for coerce! for a schema with coercion type, extracted from a key in a ring request.