Created
August 7, 2021 02:10
-
-
Save nandofalcao/268c7d26d39845e070784a296e52dbc4 to your computer and use it in GitHub Desktop.
HTTP Status Code Definitions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Categories: | |
1xx - Informational | |
2xx - Success | |
3xx - Redirection | |
4xx - Client Error | |
5xx - Server Error | |
Status Code Definitions: | |
101 - Switching Protocols | |
200 - OK | |
201 - Created | |
204 - No Content | |
301 - Moved Permanently | |
302 - Found | |
400 - Bad Request | |
401 - Unauthorized | |
403 - Forbidden | |
404 - Not Found | |
405 - Method Not Allowed | |
409 - Conflict | |
422 - Unprocessable Entity | |
500 - Internal Server Error | |
501 - Not Implemented | |
502 - Bad Gateway | |
503 - Service Unavailable | |
504 - Gateway Timeout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment