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.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |