
io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig.jdp Maven / Gradle / Ivy
#
#Wed Jun 21 11:12:51 CEST 2023
io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig.enableDecompression=When enabled, vert.x will decompress the request's body if it's compressed.\n\nNote that the compression format (e.g., gzip) must be specified in the Content-Encoding header\nin the request.
io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig.rootPath=A common root path for management endpoints. Various extension-provided management endpoints such as metrics\nand health are deployed under this path by default.
io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig.compressionLevel=The compression level used when compression support is enabled.
io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig.tlsClientAuth=Configures the engine to require/request client authentication.\nNONE, REQUEST, REQUIRED
io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig.enableCompression=If responses should be compressed.\n
\nNote that this will attempt to compress all responses, to avoid compressing\nalready compressed content (such as images) you need to set the following header\:\n
\nContent-Encoding\: identity\n
\nWhich will tell vert.x not to compress the response.
io.quarkus.vertx.http.runtime.management.ManagementInterfaceBuildTimeConfig.enabled=Enables / Disables the usage of a separate interface/port to expose the management endpoints.\nIf sets to {@code true}, the management endpoints will be exposed to a different HTTP server.\nThis avoids exposing the management endpoints on a publicly available server.