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

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

× close