Interface ResteasyCommonConfig.ResteasyCommonConfigGzip
- Enclosing interface:
ResteasyCommonConfig
public static interface ResteasyCommonConfig.ResteasyCommonConfigGzip
-
Method Summary
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()If gzip is enabled -
maxInput
@WithDefault("10M") io.quarkus.runtime.configuration.MemorySize maxInput()Maximum deflated file bytes size, up toLong.MAX_VALUEbytes.If the limit is exceeded, Resteasy will return Response with status 413("Request Entity Too Large")
-