Liking cljdoc? Tell your friends :D
Clojure only.

ring.adapter.jetty-async

Adapter for the Jetty webserver, with async HTTP and WebSockets support.

Adapter for the Jetty webserver, with async HTTP and WebSockets support.
raw docstring

run-jetty-asyncclj

(run-jetty-async handler options)

Serve the given handler according to the options. Options: :configurator - A function called with the Server instance. :port :host :join? - Block the caller: defaults to true. :ssl? - Use SSL. :ssl-port - SSL port: defaults to 443, implies :ssl? :keystore :key-password :truststore :trust-password

Serve the given handler according to the options.
Options:
  :configurator   - A function called with the Server instance.
  :port
  :host
  :join?          - Block the caller: defaults to true.
  :ssl?           - Use SSL.
  :ssl-port       - SSL port: defaults to 443, implies :ssl?
  :keystore
  :key-password
  :truststore
  :trust-password
sourceraw docstring

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

× close