HTTP Status Codes
HTTP Status Code Reference Guide
202 Accepted (HTTP Status Code 202)
HTTP status code 202 "Accepted" indicates that the server has received the request and is processing it, but has not yet completed the operation.
203 Non-Authoritative Information (HTTP Status Code 203)
HTTP status code 203 "Non-Authoritative Information" indicates that the server has successfully processed the request, but the entity headers returned may come from a third party rather than the original server.
204 No Content (HTTP Status Code 204)
HTTP status code 204 "No Content" indicates that the server successfully processed the request but did not return any content. This status is commonly used in the following situations
205 Reset Content (HTTP Status Code 205)
HTTP status code 205 "Reset Content" is a successful status code indicating that the server has successfully processed the client's request but does not intend to return any content.
206 Partial Content (HTTP Status Code 206)
HTTP status code 206 "Partial Content" indicates that the server has successfully processed a partial GET request and returned the requested data range to the client.
207 Multi-Status WebDAV (HTTP Status Code 207)
HTTP status code 207 "Multi-Status" is primarily used in WebDAV environments and indicates that the server has successfully processed the request but the response contains multiple resource statuses.