(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.
(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.
(log-mdc-codec-init context)
Initialize Logback and register a corresponding deinit callback.
Initialize Logback and register a corresponding deinit callback.
(log-mdc-codec-init-only context)
Initialize SLF4j MDC codec for Logback.
Initialize SLF4j MDC codec for Logback.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close