Adapter for the Jetty webserver, with async HTTP and WebSockets support.
Adapter for the Jetty webserver, with async HTTP and WebSockets support.
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close