accepted constant
HttpStatus
const accepted
202 Accepted
The request has been received but not yet acted upon.
It is noncommittal, since there is no way in HTTP to later send an asynchronous response indicating the outcome of the request. It is intended for cases where another process or server handles the request, or for batch processing.
Implementation
static const accepted = HttpStatus(202);