Class ResteasyCommonProcessor.ResteasyCommonConfigGzip

    • Field Detail

      • enabled

        @ConfigItem
        public boolean enabled
        If gzip is enabled
      • maxInput

        @ConfigItem(defaultValue="10M")
        public io.quarkus.runtime.configuration.MemorySize maxInput
        Maximum deflated file bytes size

        If the limit is exceeded, Resteasy will return Response with status 413("Request Entity Too Large")

    • Constructor Detail

      • ResteasyCommonConfigGzip

        public ResteasyCommonConfigGzip()