Liking cljdoc? Tell your friends :D

org.purefn.kurosawa.web.server

Immutant web server component.

Immutant web server component.
raw docstring

default-configclj

(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.
sourceraw docstring

default-queue-capacityclj

Double-buffering based bounded queue length for requests.

Double-buffering based bounded queue length for requests.
sourceraw docstring

default-worker-threadsclj

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.
sourceraw docstring

httpkit-serverclj

(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.
sourceraw docstring

immutant-serverclj

(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.
sourceraw docstring

jetty-serverclj

(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.
sourceraw docstring

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

× close