{"id":65725,"library":"quarkus-vertx-http","title":"Quarkus Vert.x HTTP","description":"Vert.x HTTP integration for Quarkus, providing reactive HTTP capabilities.","status":"active","version":"3.36.2","language":"java","source_language":null,"source_url":"https://github.com/quarkusio/quarkus","tags":["quarkus","vertx","http","reactive"],"install":[{"cmd":"<dependency>\n  <groupId>io.quarkus</groupId>\n  <artifactId>quarkus-vertx-http</artifactId>\n  <version>3.36.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'io.quarkus:quarkus-vertx-http:3.36.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HttpServer","correct":"io.vertx.core.http.HttpServer"}],"quickstart":{"code":"import io.vertx.core.http.HttpServer;\nimport io.vertx.core.Vertx;\n\npublic class Example {\n    public static void main(String[] args) {\n        Vertx vertx = Vertx.vertx();\n        HttpServer server = vertx.createHttpServer();\n        System.out.println(\"Vert.x HTTP server created\");\n    }\n}","lang":"java","description":"Minimal usage showing creation of a Vert.x HTTP server."},"warnings":[],"env_vars":null,"search_vec":"'capabl':12 'http':3,5,11,15 'integr':6 'provid':9 'quarkus':1,8,13 'reactiv':10,16 'vert.x':2,4 'vertx':14","created_at":"2026-06-17T17:14:09.218906+00:00","updated_at":"2026-06-17T17:14:09.218906+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/quarkusio/quarkus","github":"https://github.com/quarkusio/quarkus","docs":"https://appdoc.app/artifact/io.quarkus/quarkus-vertx-http/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}