No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(coerce-headers headers)
(not-found-response & {:keys [headers] :or {headers {}}})
(ok-response body & {:keys [headers] :or {headers {}}})
(redirect-response location & {:keys [status headers] :or {status 302 headers {}}})
(resource-response resource-name & {:keys [headers coerce-body] :or {headers {} coerce-body identity}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries