Registry / web-framework / http4s-core-2-11

http4s-core-2-11

JSON →
library0.20.23javamavenunverified

Core library for http4s providing HTTP server and client functionality for Scala.

<dependency> <groupId>org.http4s</groupId> <artifactId>http4s-core_2.11</artifactId> <version>0.20.23</version> </dependency>
INSTALL
IMPORT
SIG · HTTP4S-CORE-2-11
H
http4s-core-2-11
web-frameworkjavav0.20.23
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.

HttpRoutes
org.http4s.HttpRoutes

Defines a simple HTTP route using http4s.

import org.http4s.HttpRoutes; import org.http4s.dsl.io._; val routes = HttpRoutes.of[IO] { case GET -> Root / "hello" => Ok("Hello, World!") }
Debug
Known issues
breakingScala 2.11 is outdated; consider upgrading to Scala 2.12 or 2.13.
fix
Use http4s-core_2.12 or http4s-core_2.13 instead.
affects: <=0.20.23
Upgrade
Version history
0.20.23latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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