Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 438 Bytes

File metadata and controls

16 lines (11 loc) · 438 Bytes

Status Codes

What is it

Status Code convention to understand which code you should use in your HTTP responses

Resume

  • Informational responses (100 – 199)
  • Successful responses (200 – 299)
  • Redirection messages (300 – 399)
  • Client error responses (400 – 499)
  • Server error responses (500 – 599)

Links