Liking cljdoc? Tell your friends :D

burningswell.pedestal.server


initclj

(init server)

Initialize server before starting.

Initialize `server` before starting.
sourceraw docstring

serverclj

(server config)

Return a new Pedestal server.

Return a new Pedestal server.
sourceraw docstring

start-serverclj

(start-server server)

Start the Pedestal server.

Start the Pedestal server. 
sourceraw docstring

stop-serverclj

(stop-server server)

Stop the Pedestal server.

Stop the Pedestal server. 
sourceraw docstring

with-servercljmacro

(with-server [server-sym config] & body)

Create a new Pedestal server component, bind the started component to server-sym, evaluate body and stop the component again.

Create a new Pedestal server component, bind the started component
to `server-sym`, evaluate `body` and stop the component again.
sourceraw docstring

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

× close