Class ResteasyCommonProcessor.ResteasyCommonConfigGzip
- java.lang.Object
-
- io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor.ResteasyCommonConfigGzip
-
- Enclosing class:
- ResteasyCommonProcessor
public static final class ResteasyCommonProcessor.ResteasyCommonConfigGzip extends Object
-
-
Constructor Summary
Constructors Constructor Description 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 sizeIf the limit is exceeded, Resteasy will return Response with status 413("Request Entity Too Large")
-
-