Created
January 13, 2014 21:32
-
-
Save rubenclopez/8408575 to your computer and use it in GitHub Desktop.
Http Status Codes General Nature of the Response
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 General Nature of the Response | |
• 1xx—Informational status which states that the request has been received and is continuing | |
• 2xx—Success status which states that the request was received and accepted | |
• 3xx—Redirection status which states that to complete the request, further action must be taken at another URI | |
• 4xx—Client error status which states that the request is either improperly for- matted or cannot be completed for some reason | |
• 5xx—Server error status which states that the server failed to complete the request despite it being valid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment