HTTP Status Codes
Continue
Server received request headers, client should send body
InfoSwitching Protocols
Server is switching protocols per client request
InfoOK
Request succeeded
SuccessCreated
Resource successfully created
SuccessNo Content
Success, but no content to return
SuccessMoved Permanently
Resource permanently moved to new URL
RedirectFound
Resource temporarily at different URL
RedirectNot Modified
Resource not modified since last request
RedirectBad Request
Server cannot process request due to client error
Client ErrorUnauthorized
Authentication required
Client ErrorForbidden
Server refuses to authorize the request
Client ErrorNot Found
Requested resource does not exist
Client ErrorMethod Not Allowed
HTTP method not supported for this resource
Client ErrorRequest Timeout
Server timed out waiting for the request
Client ErrorConflict
Request conflicts with current server state
Client ErrorToo Many Requests
Rate limit exceeded
Client ErrorInternal Server Error
Unexpected server error
Server ErrorBad Gateway
Invalid response from upstream server
Server ErrorService Unavailable
Server temporarily unable to handle requests
Server ErrorGateway Timeout
Upstream server timed out
Server Error