Liking cljdoc? Tell your friends :D

nuzzle.ring


handle-page-requestclj

(handle-page-request {:keys [config] :as request})

Handler that wraps around stasis.core/serve-pages, allowing the get-pages function (Stasis terminology) to access the request map. This allows the config to be passed down from wrap-overlay-dir, avoiding an unecessary config load

Handler that wraps around stasis.core/serve-pages, allowing the get-pages
function (Stasis terminology) to access the request map. This allows the
config to be passed down from wrap-overlay-dir, avoiding an unecessary config
load
raw docstring

start-serverclj

(start-server config-overrides)

wrap-load-configclj

(wrap-load-config app config-overrides)

Loads config and adds it to the request map under they key :config

Loads config and adds it to the request map under they key :config
raw docstring

wrap-overlay-dirclj

(wrap-overlay-dir app)

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

× close