Liking cljdoc? Tell your friends :D

ring.util.serve

Development web server for Ring handlers.

Development web server for Ring handlers.
raw docstring

jetty-serverclj

source

servecljmacro

(serve handler & [port])

Start a development web server that runs the supplied handler in a background thread. Any changes to the handler will be automatically visible on the server.

Start a development web server that runs the supplied handler in a
background thread. Any changes to the handler will be automatically
visible on the server.
sourceraw docstring

serve*clj

(serve* handler & [port headless?])
source

serve-headlesscljmacro

(serve-headless handler & [port])

Start a development web server that runs the supplied handler in a background thread. Any changes to the handler will be automatically visible on the server. A web browser is NOT invoked!

Start a development web server that runs the supplied handler in a
background thread. Any changes to the handler will be automatically
visible on the server.  A web browser is NOT invoked!
sourceraw docstring

server-portclj

(server-port)
source

server-urlclj

(server-url)
source

stop-serverclj

(stop-server)

Stop the server started by the serve macro.

Stop the server started by the serve macro.
sourceraw docstring

suitable-portsclj

source

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

× close