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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close