Registry / http-client / http4s-client-2-13

http4s-client-2-13

JSON →
library0.23.34javamavenunverified

Base library for building http4s clients

<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-client_2.13</artifactId> <version>0.23.34</version> </dependency>
INSTALL
IMPORT
SIG · HTTP4S-CLIENT-2-13
H
http4s-client-2-13
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

Minimal http4s client creation

import org.http4s.client.Client import org.http4s.client.blaze.BlazeClientBuilder import scala.concurrent.ExecutionContext.global val client: Client[IO] = BlazeClientBuilder[IO](global).resource
Debug
Known issues
breakingBreaking changes between 0.21 and 0.22+ (e.g., removal of Task, switch to cats-effect 3).
fix
Use 0.23.x for cats-effect 3; migrate from 0.21.x with care.
affects: <0.22.0
Upgrade
Version history
0.23.34latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
http4s-client-2-13 — mvn dependency:get http4s-client-2-13 · libregistry