Liking cljdoc? Tell your friends :D

compojure.api.meta


+compojure-api-request+clj

lexically bound ring-request for handlers.

lexically bound ring-request for handlers.
sourceraw docstring

dummy-letcljmacro

(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.
sourceraw docstring

dummy-letkcljmacro

(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.
sourceraw docstring

fnk-schemaclj

(fnk-schema bind)
source

merge-parametersclj

(merge-parameters info)

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.
sourceraw docstring

restructureclj

(restructure method [path route-arg & args] {:keys [context?]})
source

restructure-paramcljmultimethod

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.
sourceraw docstring

routingclj

(routing handlers)
source

src-coerce!clj

(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.

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.
sourceraw docstring

static-contextcljmacro

(static-context path route)
source

strictclj

(strict schema)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close