Immutant web server component.
Immutant web server component.
(default-config)
(default-config name)
As much of the default configuration as can be determined from the current runtime environment.
name
The root of the ConfigMap and Secrets directory. Defaults to
server
if not provided.As much of the default configuration as can be determined from the current runtime environment. - `name` The root of the ConfigMap and Secrets directory. Defaults to `server` if not provided.
Double-buffering based bounded queue length for requests.
Double-buffering based bounded queue length for requests.
Default worker thread-count for the web server, which is the same as in Immutant, that is (* 8 IO-threads) where IO-threads is available processor count.
Default worker thread-count for the web server, which is the same as in Immutant, that is (* 8 IO-threads) where IO-threads is available processor count.
(httpkit-server)
(httpkit-server config)
(httpkit-server config app)
Creates HTTP-Kit web server component from optional config and optional app.
config
Web server configuration. ::host
and ::port
are
required.app
If given, should be a Kurosawa app instance.Creates HTTP-Kit web server component from optional config and optional app. - `config` Web server configuration. `::host` and `::port` are required. - `app` If given, should be a Kurosawa app instance.
(immutant-server)
(immutant-server config)
(immutant-server config app)
Creates Immutant web server component from optional config and optional app.
config
Web server configuration. ::host
and ::port
are
required.app
If given, should be a Kurosawa app instance.Creates Immutant web server component from optional config and optional app. - `config` Web server configuration. `::host` and `::port` are required. - `app` If given, should be a Kurosawa app instance.
(jetty-server)
(jetty-server config)
(jetty-server config app)
Creates Jetty web server component from optional config and optional app.
config
Web server configuration. ::host
and ::port
are
required.app
If given, should be a Kurosawa app instance.Creates Jetty web server component from optional config and optional app. - `config` Web server configuration. `::host` and `::port` are required. - `app` If given, should be a Kurosawa app instance.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close