http4s / http4s-jdk-http-client   0.9.1

Apache License 2.0 Website GitHub

JDK 11+ http client implementation for http4s clients

Scala versions: 3.x 2.13 2.12 2.11

http4s-jdk-http-client - JDK 11+ http client implementation for http4s clients Build Status Maven Central

Quick Start

To use http4s-jdk-http-client in an existing SBT project, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "org.http4s" %% "http4s-jdk-http-client" % "<version>"
)