Registry / http-client / http4k-bom

http4k-bom

JSON →
library3.285.2javamavenunverified

Bill of Materials (BOM) for http4k, providing dependency version alignment for the http4k ecosystem.

<dependency> <groupId>org.http4k</groupId> <artifactId>http4k-bom</artifactId> <version>3.285.2</version> </dependency>
INSTALL
IMPORT
SIG · HTTP4K-BOM
H
http4k-bom
http-clientjavav3.285.2
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.

HttpHandler
org.http4k.core.HttpHandler

Create and start a simple http4k HTTP server.

import org.http4k.core.HttpHandler; import org.http4k.core.Response; import org.http4k.core.Request; import org.http4k.server.SunHttp; HttpHandler app = { request -> Response(OK).body("Hello, world!") }; app.asServer(SunHttp(8080)).start();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.285.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
http4k-bom — mvn dependency:get http4k-bom · libregistry