payloadTooLarge constant

HttpStatus const payloadTooLarge

413 Payload Too Large

Request entity is larger than limits defined by server; the server might close the connection or return a Retry-After header field.

Implementation

static const payloadTooLarge = HttpStatus(413);