Interface ResteasyCommonConfig.ResteasyCommonConfigGzip
- Enclosing interface:
- ResteasyCommonConfig
public static interface ResteasyCommonConfig.ResteasyCommonConfigGzip
-
Method Details
-
enabled
@WithDefault("false") boolean enabled()If gzip is enabled -
maxInput
Maximum deflated file bytes sizeIf the limit is exceeded, Resteasy will return Response with status 413("Request Entity Too Large")
-