Liking cljdoc? Tell your friends :D

gossamer.core.inducer

Inducers in the gossamer.core module.

Inducers in the gossamer.core module.
raw docstring

abortclj

(abort context)
(abort context message)

Abort the entire inducer chain.

Abort the entire inducer chain.
sourceraw docstring

apply-route-wrappersclj

(apply-route-wrappers context)
(apply-route-wrappers context route-wrappers)

Given a context with Calfpath routes under context key :gossamer/calfpath-routes apply the route wrappers i.e. a seq of (fn [routes context & more]) -> routes, finally updating the context with the wrapped routes.

Given a context with Calfpath routes under context key `:gossamer/calfpath-routes` apply the route wrappers i.e.
a seq of `(fn [routes context & more]) -> routes`, finally updating the context with the wrapped routes.
sourceraw docstring

calfpath-routes->ring-handlerclj

(calfpath-routes->ring-handler context)
(calfpath-routes->ring-handler context compile-options)

Given a context, Calfpath routes and compilation options, compile the routes and produce a Ring handler.

Given a context, Calfpath routes and compilation options, compile the routes and produce a Ring handler.
sourceraw docstring

log-mdc-codec-initclj

(log-mdc-codec-init context)

Initialize Logback and register a corresponding deinit callback.

Initialize Logback and register a corresponding deinit callback.
sourceraw docstring

log-mdc-codec-init-onlyclj

(log-mdc-codec-init-only context)

Initialize SLF4j MDC codec for Logback.

Initialize SLF4j MDC codec for Logback.
sourceraw docstring

register-logback-deinitclj

(register-logback-deinit context)

Register a deinit task to flush/clean up the Logback context.

Register a deinit task to flush/clean up the Logback context.
sourceraw docstring

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

× close