(bulk-assemble action action-name doc)
(bulk-stringify act)
(content-type-json req)
(json-response? res)
(make settings)
(make-bulk-body actions)
(make-msearch-body queries)
(response-content-type? res expected)
(text-response? res)
(wrap-coerce-request-body client)
(wrap-coerce-response-body client)
Automatically sends {:as :json} for all requests except for /_cat API, which sends {:as :string}.
Automatically sends {:as :json} for all requests except for /_cat API, which sends {:as :string}.
(wrap-conn-params client)
Check for last-minute settings for single requests
Check for last-minute settings for single requests
(wrap-debug-request client)
(wrap-exception-handling client)
Decode the body in JSON exceptions and re-throw the exception
Decode the body in JSON exceptions and re-throw the exception
(wrap-ignore-exception client)
(wrap-raw-response client)
Whether to return the :body as the payload or the whole response
Whether to return the :body as the payload or the whole response
(wrap-request request)
(wrap-request request middlewares)
(wrap-request-content-type client)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close