202 Accepted

Explanation:

The 202 Accepted status code indicates that the request has been accepted for processing, but the processing has not been completed. The request might or might not eventually be acted upon, as it might be disallowed when processing actually takes place.

Usage:

This status code is used to inform the client that the request has been accepted and will be processed at a later time.

Attentions:

  • The server should include an indication of the request's current status in the response, if it has one.
  • The server should include an estimate of when the request will be processed, if possible.

Sample:

undefined