1xx - Informational
100
- Continue
101
- Switching Protocols
102
- Processing (WebDAV)
...
2xx - Success
200
- OK
201
- Created
202
- Accepted
204
- No Content
206
- Partial Content
...
3xx - Redirection
301
- Moved Permanently
304
- Not Modified
307
- Temporary Redirect
308
- Permanent Redirect
...
4xx - Client Error
400
- Bad Request
401
- Unauthorized
402
- Payment Required
403
- Forbidden
404
- Not Found
405
- Method Not Allowed
406
- Not Acceptable
407
- Proxy Authentication Required
408
- Request Timeout
409
- Conflict
...
5xx - Server Error
500
- Internal Server Error
501
- Not Implemented
502
- Bad Gateway
503
- Service Unavailable
504
- Gateway Timeout
...