(make-handler &
{:keys [routes middleware swagger-root-path]
:or {swagger-root-path "/swagger"}
:as options})(make-router & {:keys [routes middleware] :as options})(start-server
&
{:keys [port metrics-path]
:or {port 8080 metrics-path (:metrics-path routes/technical-route-defaults)}
:as options})cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |