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

http4s-dsl-2-12

JSON →
library0.23.34javamavenunverified

Simple DSL for writing http4s services

<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-dsl_2.12</artifactId> <version>0.23.34</version> </dependency>
INSTALL
IMPORT
SIG · HTTP4S-DSL-2-12
H
http4s-dsl-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.

GET
org.http4s.dsl.io._

Defines a simple HTTP route using http4s DSL.

import org.http4s.dsl.io._ import org.http4s.implicits._ val route = HttpRoutes.of[IO] { case GET -> Root / "hello" => Ok("Hello, world!") }
Debug
Known issues
breakingScala version compatibility: http4s-dsl_2.12 is for Scala 2.12 only.
fix
Use the appropriate artifact for your Scala version (e.g., http4s-dsl_2.13 for Scala 2.13).
affects: all
Upgrade
Version history
0.23.34latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
2
Resources
http4s-dsl-2-12 — mvn dependency:get http4s-dsl-2-12 · libregistry