Skip to content

Instantly share code, notes, and snippets.

@OluwadaraDaily
Created June 2, 2023 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OluwadaraDaily/44ad5f4c5cb0e92dadb8664ffd45270d to your computer and use it in GitHub Desktop.
Save OluwadaraDaily/44ad5f4c5cb0e92dadb8664ffd45270d to your computer and use it in GitHub Desktop.
A display of status codes
1XX [Informational]
100 - Continue
2XX [Success]
200 : OK
201: Created
204: No Content
3XX [Redirection]
301 : Moved Permanently
302 : Found
304 : Not Modified
4XX [Client Errors]
400 : Bad Request
401 : Unauthorized
403 : Forbidden
404 : Not Found
5XX [Server Errors]
500 : Internal Server Error
502 : Bad Gateway
503 : Service Unavailable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment