Skip to content

Instantly share code, notes, and snippets.

@rubenclopez
Created January 13, 2014 21:32
Show Gist options
  • Save rubenclopez/8408575 to your computer and use it in GitHub Desktop.
Save rubenclopez/8408575 to your computer and use it in GitHub Desktop.
Http Status Codes General Nature of the Response
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