Registry / web-framework / quarkus-vertx-http

quarkus-vertx-http

JSON →
library3.36.2javamavenunverified

Vert.x HTTP integration for Quarkus, providing reactive HTTP capabilities.

<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-vertx-http</artifactId> <version>3.36.2</version> </dependency>
INSTALL
IMPORT
SIG · QUARKUS-VERTX-HTTP
Q
quarkus-vertx-http
web-frameworkjavav3.36.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.

HttpServer
✓ io.vertx.core.http.HttpServer

Minimal usage showing creation of a Vert.x HTTP server.

import io.vertx.core.http.HttpServer; import io.vertx.core.Vertx; public class Example { public static void main(String[] args) { Vertx vertx = Vertx.vertx(); HttpServer server = vertx.createHttpServer(); System.out.println("Vert.x HTTP server created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.36.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
quarkus-vertx-http — mvn dependency:get quarkus-vertx-http · libregistry