code499ClientClosedRequest constant

HttpStatus const code499ClientClosedRequest

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

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

499 CLIENT CLOSED REQUEST.

A non-standard status code introduced by nginx for the case when a client closes the connection while nginx is processing the request.

Implementation

static const HttpStatus code499ClientClosedRequest = clientClosedRequest;