Liking cljdoc? Tell your friends :D
Clojure only.

ring.middleware.http-response


wrap-http-responseclj

(wrap-http-response handler)

Catches thrown http-exceptions and converts them into corresponding ring-responses. e.g. exception from (bad-request! "bad") is converted into (bad-request "bad"). Supports async-ring.

Catches thrown http-exceptions and converts them into
corresponding ring-responses. e.g. exception from
(bad-request! "bad") is converted into (bad-request "bad").
Supports async-ring.
sourceraw docstring

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

× close