(quietly & body)
Execute the body and return nil if there was an error
Execute the body and return nil if there was an error
(websocket-handler
{:keys [exception-handler encoding encoder decoder middleware]
:or {encoding :edn
middleware []
exception-handler (fn [exception]
(when exception (.printStackTrace exception)))}})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close