A Jetty10 server that conforms to the slipway API.
Derived from:
A Jetty10 server that conforms to the slipway API. Derived from: * https://github.com/sunng87/ring-jetty9-adapter/blob/master/src/ring/adapter/jetty9.clj * https://github.com/ring-clojure/ring/blob/master/ring-jetty-adapter/src/ring/adapter/jetty.clj
(proxy-handler handler {:keys [auth] :as opts})
(run-jetty handler
{:as options
:keys [configurator join? auth http-forwarded? gzip?
gzip-content-types error-handler]})
Starts a Jetty server. See https://github.com/operatr-io/slipway#usage for list of options
Starts a Jetty server. See https://github.com/operatr-io/slipway#usage for list of options
(wrap-proxy-handler jetty-handler)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close