(ctx-config-hookup request service-map)Apply a context configurator to result of web/run, before web/server is called.
This is currently only used for connecting Immutant WebSocket support.
Apply a context configurator to result of `web/run`, before `web/server` is called. This is currently only used for connecting Immutant WebSocket support.
(server service-map)(server service-map options)Standard options :port [8080] :host [localhost]
Undertow tuning options (defaults depend on available resources) :io-threads :worker-threads :buffer-size :buffers-per-region :direct-buffers?
SSL-related options :ssl-port :ssl-context :key-managers :trust-managers :keystore (either file path or KeyStore) :key-password :truststore (either file path or KeyStore) :trust-password :client-auth (either :want or :need)
Standard options :port [8080] :host [localhost] Undertow tuning options (defaults depend on available resources) :io-threads :worker-threads :buffer-size :buffers-per-region :direct-buffers? SSL-related options :ssl-port :ssl-context :key-managers :trust-managers :keystore (either file path or KeyStore) :key-password :truststore (either file path or KeyStore) :trust-password :client-auth (either :want or :need)
(start server)(stop server)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 |