
io.quarkus.vertx.http.runtime.HttpBuildTimeConfig.jdp Maven / Gradle / Ivy
#
#Wed Jun 21 11:12:51 CEST 2023
io.quarkus.vertx.http.runtime.HttpBuildTimeConfig.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.HttpBuildTimeConfig.rootPath=The HTTP root path. All web content will be served relative to this root path.
io.quarkus.vertx.http.runtime.HttpBuildTimeConfig.tlsClientAuth=Configures the engine to require/request client authentication.\nNONE, REQUEST, REQUIRED
io.quarkus.vertx.http.runtime.HttpBuildTimeConfig.testTimeout=The REST Assured client timeout for testing.
io.quarkus.vertx.http.runtime.HttpBuildTimeConfig.virtual=If this is true then only a virtual channel will be set up for vertx web.\nWe have this switch for testing purposes.
io.quarkus.vertx.http.runtime.HttpBuildTimeConfig.enableCompression=If enabled then the response body is compressed if the {@code Content-Type} header is set and the value is a compressed\nmedia type as configured via {@link \#compressMediaTypes}.\n\nNote that the RESTEasy Reactive and Reactive Routes extensions also make it possible to enable/disable compression\ndeclaratively using the annotations {@link io.quarkus.vertx.http.Compressed} and\n{@link io.quarkus.vertx.http.Uncompressed}.
io.quarkus.vertx.http.runtime.HttpBuildTimeConfig.compressionLevel=The compression level used when compression support is enabled.
io.quarkus.vertx.http.runtime.HttpBuildTimeConfig.nonApplicationRootPath=A common root path for non-application endpoints. Various extension-provided endpoints such as metrics, health,\nand openapi are deployed under this path by default.\n\n* Relative path (Default, `q`) ->\nNon-application endpoints will be served from\n`${quarkus.http.root-path}/${quarkus.http.non-application-root-path}`.\n* Absolute path (`/q`) ->\nNon-application endpoints will be served from the specified path.\n* `${quarkus.http.root-path}` -> Setting this path to the same value as HTTP root path disables\nthis root path. All extension-provided endpoints will be served from `${quarkus.http.root-path}`.\n\nIf the management interface is enabled, the root path for the endpoints exposed on the management interface\nis configured using the `quarkus.management.root-path` property instead of this property.\n\n@asciidoclet
io.quarkus.vertx.http.runtime.HttpBuildTimeConfig.compressMediaTypes=List of media types for which the compression should be enabled automatically, unless declared explicitly via\n{@link Compressed} or {@link Uncompressed}.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy