day8.re-frame/http-fx-2

A re-frame effects handler for fetching resources (including across the network).

Leiningen/Boot

[day8.re-frame/http-fx-2 "2.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

day8.re-frame/http-fx-2 {:mvn/version "2.0.0-SNAPSHOT"}

Gradle

implementation("day8.re-frame:http-fx-2:2.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>day8.re-frame</groupId>
  <artifactId>http-fx-2</artifactId>
  <version>2.0.0-SNAPSHOT</version>
</dependency>