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
- Host: GitHub
- URL: https://github.com/http4s/http4s-jdk-http-client
- Owner: http4s
- License: apache-2.0
- Created: 2019-04-19T16:42:32.000Z (about 7 years ago)
- Default Branch: series/0.10
- Last Pushed: 2025-06-24T07:51:56.000Z (11 months ago)
- Last Synced: 2025-06-24T08:37:55.797Z (11 months ago)
- Language: Scala
- Homepage: https://jdk-http-client.http4s.org
- Size: 2.32 MB
- Stars: 57
- Watchers: 7
- Forks: 20
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# http4s-jdk-http-client - JDK 11+ http client implementation for http4s clients [](https://github.com/http4s/http4s-jdk-http-client/actions) [](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" % ""
)
```