http4s / http4s-jdk-http-client

JDK 11+ http client implementation for http4s clients

Home Page:https://jdk-http-client.http4s.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

JDK 11+ http client implementation for http4s clients

https://jdk-http-client.http4s.org

License:Apache License 2.0


Languages

Language:Scala 98.7%Language:Nix 1.3%