An open API service indexing awesome lists of open source software.

https://github.com/http4s/http4s-jdk-http-client

JDK 11+ http client implementation for http4s clients
https://github.com/http4s/http4s-jdk-http-client

Last synced: 11 months ago
JSON representation

JDK 11+ http client implementation for http4s clients

Awesome Lists containing this project

README

          

# http4s-jdk-http-client - JDK 11+ http client implementation for http4s clients [![Build Status](https://github.com/http4s/http4s-jdk-http-client/workflows/CI/badge.svg?branch=master)](https://github.com/http4s/http4s-jdk-http-client/actions) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.http4s/http4s-jdk-http-client_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.http4s/http4s-jdk-http-client_2.12)

## [Head on over to the docs](https://jdk-http-client.http4s.org)

## 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:

```scala
libraryDependencies ++= Seq(
"org.http4s" %% "http4s-jdk-http-client" % ""
)
```