Liking cljdoc? Tell your friends :D

atmos-kernel.web.route


atmos-DELETEcljmacro

(atmos-DELETE path
              body
              &
              {:keys [authentication-required?]
               :or {authentication-required? false}})
source

atmos-GETcljmacro

(atmos-GET path
           body
           &
           {:keys [authentication-required?]
            :or {authentication-required? false}})
source

atmos-main-routecljmacro

(atmos-main-route ms-name)

Create the main route of web compojure application

Create the main route of web compojure application
sourceraw docstring

atmos-POSTcljmacro

(atmos-POST path
            body
            &
            {:keys [authentication-required?]
             :or {authentication-required? false}})
source

atmos-PUTcljmacro

(atmos-PUT path
           body
           &
           {:keys [authentication-required?]
            :or {authentication-required? false}})
source

atmos-routecljmacro

(atmos-route http-method authentication-required? route-path body)

Create an atmos compojure route

Create an atmos compojure route
sourceraw docstring

defatmos-routecljmacro

(defatmos-route name ms-name & routes)

Define atmos route

Define atmos route
sourceraw docstring

not-found-routeclj

source

not-implemented-routeclj

source

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

× close