Last active
September 6, 2017 01:56
-
-
Save JacobWay/0c18f9037c6c6c318f666a6d2e90634f to your computer and use it in GitHub Desktop.
HTTP status codes
This file contains 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
# HTTP Status Codes | |
* 1xx Informational responses | |
** 100 Continue | |
* 2xx Success | |
* 3xx Redirection | |
* 4xx Client errors | |
* 5xx Server errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment