(->web-server {web-cfg :framework.app/web-server :as config} app-config routes)
(default-action {request :request {handler :handler} :request-data :as state})
(handler-fn {:keys [controller-interceptors router-interceptors] :as app-config}
system
routes)
(state-build {:keys [acl-cfg session-backend auth]}
{:keys [db]}
routes
http-request)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close