x-http-proxy.5.0.0.CR2.source-code.module-info Maven / Gradle / Ivy
module io.vertx.httpproxy {
requires transitive io.vertx.core;
requires io.vertx.core.logging;
requires static io.vertx.codegen.api;
requires static io.vertx.codegen.json;
requires io.netty.codec.http;
requires static io.vertx.docgen;
exports io.vertx.httpproxy;
exports io.vertx.httpproxy.cache;
exports io.vertx.httpproxy.interceptors;
exports io.vertx.httpproxy.spi.cache;
exports io.vertx.httpproxy.impl to io.vertx.tests;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy