Look up HTTP status codes and their descriptions
Continue
The server has received the request headers and the client should proceed.
Switching Protocols
The requester has asked the server to switch protocols.
OK
Standard response for successful HTTP requests.
Created
The request has been fulfilled and a new resource has been created.
No Content
The server successfully processed the request and is not returning any content.
Moved Permanently
This and all future requests should be directed to the given URI.
Found
The resource was found but at a different URI.
Not Modified
Indicates the resource has not been modified since last request.
Bad Request
The server cannot process the request due to a client error.
Unauthorized
Authentication is required and has failed or has not been provided.
Forbidden
The request is understood but it has been refused.
Not Found
The requested resource could not be found.
Method Not Allowed
The request method is not supported for the requested resource.
Conflict
The request could not be completed due to a conflict in the request.
Unprocessable Entity
The request was well-formed but was unable to be followed due to semantic errors.
Too Many Requests
The user has sent too many requests in a given amount of time.
Internal Server Error
An unexpected condition was encountered by the server.
Not Implemented
The server does not support the functionality required.
Bad Gateway
The server was acting as a gateway and received an invalid response.
Service Unavailable
The server is currently unavailable.
Gateway Timeout
The server was acting as a gateway and did not receive a timely response.