Liking cljdoc? Tell your friends :D

de.otto.tesla.stateful.handler


exceptions-to-500clj

(exceptions-to-500 handler)
source

handlerclj

(handler {:keys [config] :as self})
source

new-handlerclj

(new-handler)
source

register-handlerclj

(register-handler {:keys [registered-handlers]} new-handler-fn)
source

register-response-fnclj

(register-response-fn self
                      response-fn
                      path-filter
                      &
                      {authenticate-fn :authenticate-fn
                       instrumentation? :instrumentation?
                       :or {authenticate-fn nil instrumentation? true}})
source

register-timed-handlerclj

(register-timed-handler self
                        new-handler-fn
                        &
                        {:keys [uri-resource-fn-or-keyword timer-path-fn]
                         :or {uri-resource-fn-or-keyword :all-resources}})
source

without-leading-and-trailing-slashclj

source

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

× close