Registry / http-client / http4s-client-3

http4s-client-3

JSON →
library0.23.34javamavenunverified

Functional HTTP client library for Scala 3 based on http4s.

<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-client_3</artifactId> <version>0.23.34</version> </dependency>
INSTALL
IMPORT
SIG · HTTP4S-CLIENT-3
H
http4s-client-3
http-clientjavav0.23.34
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
org.http4s.client.Client

Creates an HTTP client and sends a GET request.

import org.http4s.client.Client import org.http4s.client.JavaNetClientBuilder val client: Client[IO] = JavaNetClientBuilder[IO].create val request = Request[IO](Method.GET, uri"https://example.com") val response = client.run(request).use(_.as[String])
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.23.34latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
http4s-client-3 — mvn dependency:get http4s-client-3 · libregistry