(cd)
(cd path)
(cd old new)
Change base url: back to home without args; relative move with one argument; textual replace old with new text with two arguments
Change base url: back to home without args; relative move with one argument; textual replace old with new text with two arguments
(config!)
(config! & args)
Update the current config: show current config with no argument; update in path with value given last
Update the current config: show current config with no argument; update in path with value given last
(DELETE)
(DELETE path)
(DELETE path body)
DELETE request; same as (request :delete ...)
DELETE request; same as (request :delete ...)
(GET)
(GET path)
(GET path body)
GET request; same as (request :get ...)
GET request; same as (request :get ...)
(POST)
(POST path)
(POST path body)
POST request; same as (request :post ...)
POST request; same as (request :post ...)
(PUT)
(PUT path)
(PUT path body)
PUT request; same as (request :put ...)
PUT request; same as (request :put ...)
(request method)
(request method path)
(request method path request)
Send a request with method and optional path and request
Send a request with method and optional path and request
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close