code413RequestEntityTooLarge constant

HttpStatus const code413RequestEntityTooLarge

An alias representing the requestEntityTooLarge constant, offering a direct substitute for it.

For consistency and improved readability, it is recommended to directly use requestEntityTooLarge where possible.

413 PAYLOAD TOO LARGE.

The server is refusing to process a request because the request payload is larger than the server is willing or able to process.

The server MAY close the connection to prevent the client from continuing the request.

If the condition is temporary, the server SHOULD generate a Retry-After header field to indicate that it is temporary and after what time the client MAY try again.

Implementation

static const HttpStatus code413RequestEntityTooLarge = requestEntityTooLarge;