Liking cljdoc? Tell your friends :D

catacumba.handlers.misc


autoreloaderclj

(autoreloader)
(autoreloader {:keys [dirs] :or {dirs ["src"]}})
source

corsclj

(cors {:keys [origin] :as opts})

A chain handler that handles cors related headers.

A chain handler that handles cors related headers.
sourceraw docstring

interceptorclj

(interceptor callback)

Start interceptor from current context.

It wraps the rest of route chain the execution. It receive a continuation (as a cloure function) that must be called in order for processing to proceed.

Start interceptor from current context.

It wraps the rest of route chain the execution. It receive a
continuation (as a cloure function) that must be called in
order for processing to proceed.
sourceraw docstring

logclj

(log)
(log log-fn)
source

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

× close