Liking cljdoc? Tell your friends :D

s-exp.legba.response


conform-responseclj

(conform-response response schema sub-schema opts)

conform-response-bodyclj

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

conform-response-headersclj

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