Annotation Type MinimumRequestBodyLength
Annotation which can appear on an Acteur with the @HttpCall annotation
or on a Page with that annotation. If the request body - the body of a
POST or PUT operation - is less than the specified number of characters,
the request will be rejected with BAD REQUEST.
- Author:
- Tim Boudreau
-
Required Element Summary
Required Elements
-
Element Details
-
value
int value
-