Skip to content

http4s/http4s-jdk-http-client

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>"
)