clientClosedRequest constant

HttpStatus const clientClosedRequest

499 Client Closed Request

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

Implementation

static const clientClosedRequest = HttpStatus(499);