(->xml-response response)
(bad-request body)
(conflict body)
(created path {:keys [id] :as body})
(file-response body filename content-type inline? not-found)
(get-response body not-found)
(internal-server-error body)
(pdf-response body filename not-found)
(put-response updated not-found)
(response-with-exceptions service-fn error-descriptions)
(response-with-exceptions status service-fn error-descriptions)
(signature-response result id)
(with-exceptions response-fn error-descriptions)
Convert exceptions defined in error-descriptions to error responses. If exception data matches error description then it is returned as a response. The http response status is defined in error description. These exceptions must not contain any sensitive data.
Convert exceptions defined in error-descriptions to error responses. If exception data matches error description then it is returned as a response. The http response status is defined in error description. These exceptions must not contain any sensitive data.
(xlsx-response body filename not-found)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close