requestEntityTooLarge constant

int const requestEntityTooLarge

requestEntityTooLarge = 413.

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

https://tools.ietf.org/html/rfc7231#section-6.5.11

Implementation

static const int requestEntityTooLarge = 413;