Liking cljdoc? Tell your friends :D
Clojure only.

pedestal-toolbox.macros


let-or-replycljmacro

(let-or-reply ctx bindings & exprs)

Usage: (let-or-reply ctx [bindings*] exprs*)

binding => binding-form test response

Like if-let, but permits multiple bindings and associates the response onto the pedestal context if its corresponding test fails.

Usage: (let-or-reply ctx [bindings*] exprs*)

binding => binding-form test response

Like if-let, but permits multiple bindings and associates the
response onto the pedestal context if its corresponding test fails.
sourceraw docstring

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

× close