Liking cljdoc? Tell your friends :D

s-exp.legba.response


validateclj

(validate response schema sub-schema opts)

validate-response-bodyclj

(validate-response-body
  {:as response :keys [status body headers] :or {status 200}}
  schema
  sub-schema
  opts)

validate-response-headersclj

(validate-response-headers {:as response :keys [status] :or {status 200}}
                           schema
                           sub-schema
                           opts)

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

× close