Liking cljdoc? Tell your friends :D

wrepl.relative-clj-http.public


cdclj

(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
sourceraw docstring

configclj

source

config!clj

(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
sourceraw docstring

DELETEclj

(DELETE)
(DELETE path)
(DELETE path body)

DELETE request; same as (request :delete ...)

DELETE request; same as (request :delete ...)
sourceraw docstring

GETclj

(GET)
(GET path)
(GET path body)

GET request; same as (request :get ...)

GET request; same as (request :get ...)
sourceraw docstring

old-pwdclj

(old-pwd)

Previous base URL

Previous base URL
sourceraw docstring

POSTclj

(POST)
(POST path)
(POST path body)

POST request; same as (request :post ...)

POST request; same as (request :post ...)
sourceraw docstring

PUTclj

(PUT)
(PUT path)
(PUT path body)

PUT request; same as (request :put ...)

PUT request; same as (request :put ...)
sourceraw docstring

pwdclj

(pwd)

Current base URL

Current base URL
sourceraw docstring

requestclj

(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
sourceraw docstring

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

× close