lexically bound ring-request for handlers.
lexically bound ring-request for handlers.
(dummy-let bindings & body)
Dummy let-macro used in resolving route-docs. not part of normal invokation chain.
Dummy let-macro used in resolving route-docs. not part of normal invokation chain.
(dummy-letk bindings & body)
Dummy letk-macro used in resolving route-docs. not part of normal invokation chain.
Dummy letk-macro used in resolving route-docs. not part of normal invokation chain.
(merge-parameters {:keys [responses swagger] :as parameters})
Merge parameters at runtime to allow usage of runtime-paramers with route-macros.
Merge parameters at runtime to allow usage of runtime-paramers with route-macros.
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.
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! schema key type)
Inputs: [schema key type :- mw/CoercionType]
Return source code for coerce! for a schema with coercion type, extracted from a key in a ring request.
Inputs: [schema key type :- mw/CoercionType] Return source code for coerce! for a schema with coercion type, extracted from a key in a ring request.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close