maxPayloadLength property

int? maxPayloadLength
final

The maximum allowed request payload size in bytes.

If set, any request with a payload larger than this value will be rejected with a 500 Bad Request response.

Default: null (no size limit).

Implementation

final int? maxPayloadLength;