Liking cljdoc? Tell your friends :D

ring.server.options

Functions to retrieve options and settings with sensible defaults

Functions to retrieve options and settings with sensible defaults
raw docstring

auto-reload?clj

(auto-reload? options)

True if the source files should be automatically reloaded.

True if the source files should be automatically reloaded.
sourceraw docstring

browser-uriclj

(browser-uri options)

The path to browse to when opening a browser

The path to browse to when opening a browser
sourceraw docstring

dev-env?clj

source

open-browser?clj

(open-browser? options)

True if a browser should be opened to view the web server. By default a browser is opened unless the LEIN_NO_DEV environment variable is set.

True if a browser should be opened to view the web server. By default
a browser is opened unless the LEIN_NO_DEV environment variable is set.
sourceraw docstring

portclj

(port options)

Find the port or list of ports specified in the options or environment. Defaults to a range of ports from 3000 to 3010.

Find the port or list of ports specified in the options or environment.
Defaults to a range of ports from 3000 to 3010.
sourceraw docstring

refresh-pathsclj

(refresh-paths options)
source

reload-pathsclj

(reload-paths options)
source

stacktraces?clj

(stacktraces? options)

True if stacktraces should be shown for exceptions raised by the handler.

True if stacktraces should be shown for exceptions raised by the handler.
sourceraw docstring

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

× close