(wrap-error-catchall handler)
Wrap the handler in a try/catch that swallows any throwable and returns a 500 to the client with the throwable's error message.
Wrap the handler in a try/catch that swallows any throwable and returns a 500 to the client with the throwable's error message.
(wrap-schema-errors handler)
Middleware to handle schema validation failures.
Middleware to handle schema validation failures.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close