Liking cljdoc? Tell your friends :D

compojure.api.coerce


body-coercer-middlewareclj

(body-coercer-middleware handler responses)
source

cached-coercerclj

(cached-coercer request)
source

coerce!clj

(coerce! schema key type request)
source

coerce-response!clj

(coerce-response! request {:keys [status] :as response} responses)
source

memoized-coercerclj

(memoized-coercer)

Returns a memoized version of a referentially transparent coercer fn. The memoized version of the function keeps a cache of the mapping from arguments to results and, when calls with the same arguments are repeated often, has higher performance at the expense of higher memory use. FIFO with 10000 entries. Cache will be filled if anonymous coercers are used (does not match the cache)

Returns a memoized version of a referentially transparent coercer fn. The
memoized version of the function keeps a cache of the mapping from arguments
to results and, when calls with the same arguments are repeated often, has
higher performance at the expense of higher memory use. FIFO with 10000 entries.
Cache will be filled if anonymous coercers are used (does not match the cache)
sourceraw docstring

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

× close