Liking cljdoc? Tell your friends :D

com.fulcrologic.fulcro.networking.http-kit-driver

An HTTP driver adapter for http-kit. Suitable for passing as :http-driver to fulcro-http-remote.

Requires http-kit to be on your classpath.

An HTTP driver adapter for http-kit. Suitable for passing as `:http-driver` to
`fulcro-http-remote`.

Requires http-kit to be on your classpath.
raw docstring

make-http-kit-driverclj

(make-http-kit-driver)
(make-http-kit-driver default-opts)

Creates a synchronous HTTP driver using http-kit.

default-opts is an optional map of default http-kit request options (e.g. :timeout, :keepalive) that will be merged under each request.

Creates a synchronous HTTP driver using http-kit.

`default-opts` is an optional map of default http-kit request options (e.g. `:timeout`,
`:keepalive`) that will be merged under each request.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close