2XX HTTP Status Codes
This class of codes indicates that action requested by client was received, understood, accepted and processed successfully.
200 OK
This is the standard response to successful HTTP request.
201 Created
This code informs the client that its request resulted in a successful creation of the new resource
202 Accepted
This code indicates that client’s request is accepted and queued for further processing, which may or may noy successful when actually processed.
203 Non-Authoritative Information
The server successfully processed the request, but is returning information that may be from other source.
204 No Content
The server successfully processed the request, but not returning any content.
205 Reset Content
The server successfully processed the request, but is not returning any content. Unlike a 204 response, this response requires that the requester reset the document view.
Note: Unlike a 204 response, 205 response requires that the requester reset the document view.
206 Partial Content
The server is delivering only part of the response due to range header set by the client.
