Liking cljdoc? Tell your friends :D
Clojure only.

vault.client.http

Vault HTTP client and core functions.

Vault HTTP client and core functions.
raw docstring

http-clientclj

(http-client address & {:as opts})

Create a new HTTP Vault client. The address should be an http:// or https:// URL.

Options:

Create a new HTTP Vault client. The address should be an `http://` or
`https://` URL.

Options:

- `:flow` ([[vault.client.flow/Handler]])

  Custom control flow handler to use with the client. Defaults to
  [[vault.client.flow/sync-handler]].

- `:http-opts` (map)

  Additional options to pass to all HTTP requests.
sourceraw docstring

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

× close