Liking cljdoc? Tell your friends :D

slipway.server

A Jetty9 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
raw docstring

default-gzip-content-typesclj


handle*clj

(handle* target
         handler
         request
         request-map
         base-request
         response
         {:keys [auth]})

proxy-handlerclj

(proxy-handler handler options)

run-jettyclj

(run-jetty handler
           {:as options
            :keys [configurator join? auth gzip? gzip-content-types
                   gzip-min-size http-forwarded? error-handler]
            :or {gzip-content-types default-gzip-content-types
                 gzip-min-size 1024}})

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
raw docstring

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

× close