2xx Success
Success responses indicate that the client's request was successfully received, understood, and accepted. The most common is 200 OK, but others like 201 Created provide more specific success context.
OK
The request succeeded. The result meaning depends on the HTTP method.
Created
The request succeeded and a new resource was created as a result.
Accepted
The request has been accepted for processing, but the processing has not been completed.
Non-Authoritative Information
The request was successful but the payload has been modified by a transforming proxy.
No Content
The request succeeded, but there is no body to return.
Reset Content
The request succeeded, and the client should reset the document view (e.g., clear a form).
Partial Content
The server is successfully fulfilling a range request for the target resource.
Multi-Status
Conveys information about multiple resources in situations where multiple status codes might be appropriate.
Already Reported
Used inside a WebDAV Multi-Status response to avoid enumerating internal members of multiple bindings to the same collec...
IM Used
The server fulfilled a GET request, and the response is a result of one or more instance-manipulations applied to the cu...