wiki/status_code.md
2025-08-27 21:26:07 +02:00

214 B

title author
status code yehorovye

status codes in http are used to indicate the status of a specific http request.

to make it easy:

  • 2XX: good.
  • doesn't start with "2": bad.