202

Accepted

The HTTP status code inform the client about the request has been accepted, but the processing has not been completed.There is no facility in HTTP for re-sending a status code from an asynchronous operation.

The server accept a request for some other process like a cron job which is run once per day. The user agent's connection to the server persist until the process is completed.