Registry / http-client / http4s-client-2-12

http4s-client-2-12

JSON →
library0.23.34javamavenunverified

Base library for building HTTP clients using the http4s functional HTTP framework for Scala.

<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-client_2.12</artifactId> <version>0.23.34</version> </dependency>
INSTALL
IMPORT
SIG · HTTP4S-CLIENT-2-12
H
http4s-client-2-12
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 cats.effect.IO; public class Example { public static void main(String[] args) { Client<IO> client = Client.fromHttpApp(httpApp); } }
Debug
Known issues
breakingThis version is for Scala 2.12; ensure compatibility with your Scala version.
fix
Use the appropriate Scala version suffix (e.g., _2.13) for your project.
affects: 0.23.x
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-12 — mvn dependency:get http4s-client-2-12 · libregistry