Liking cljdoc? Tell your friends :D

elasticsearch.connection.http


bulk-assembleclj

(bulk-assemble action action-name doc)

bulk-stringifyclj

(bulk-stringify act)

coerce-request-bodycljmultimethod


content-type-jsonclj

(content-type-json req)

do-requestclj


elasticsearch-middlewareclj


json-response?clj

(json-response? res)

makeclj

(make settings)

make-bulk-bodyclj

(make-bulk-body actions)

make-msearch-bodyclj

(make-msearch-body queries)

response-content-type?clj

(response-content-type? res expected)

text-response?clj

(text-response? res)

wrap-coerce-request-bodyclj

(wrap-coerce-request-body client)

wrap-coerce-response-bodyclj

(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}.
raw docstring

wrap-conn-paramsclj

(wrap-conn-params client)

Check for last-minute settings for single requests

Check for last-minute settings for single requests
raw docstring

wrap-debug-requestclj

(wrap-debug-request client)

wrap-exception-handlingclj

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

wrap-ignore-exceptionclj

(wrap-ignore-exception client)

wrap-raw-responseclj

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

wrap-requestclj

(wrap-request request)
(wrap-request request middlewares)

wrap-request-content-typeclj

(wrap-request-content-type client)

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

× close