Liking cljdoc? Tell your friends :D

blueprint.handler.backward-compat


decode-inputclj

(decode-input spec input)

default-interceptor-chainclj


ex-invalid-specclj

(ex-invalid-spec spec input)

generate-ring-handlerclj

(generate-ring-handler api-def handler)
(generate-ring-handler api-def
                       handler
                       {:keys [user-interceptors interceptor-chain
                               default-error-msg]
                        :or {default-error-msg "Internal error"
                             interceptor-chain default-interceptor-chain}})

interceptor-mapclj

(interceptor-map api-def handler)

muuntaja-errorsclj

An exhaustive list of error types thrown by the muntaaja library

An exhaustive list of error types thrown by the muntaaja library
raw docstring

normalizeclj

(normalize {:keys [get-params body-params path-params handler] :as request})

wrap-incorrectclj

(wrap-incorrect cause)

A function which will wrap an exception with an exception that derives ::ex/incorrect and ::ex/user-exposable, while copying messages and ex-data

A function which will wrap an exception with an exception that derives
::ex/incorrect and ::ex/user-exposable, while copying messages and ex-data
raw docstring

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

× close