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

12 lines
214 B
Markdown

---
title: "status code"
author: "yehorovye"
---
status codes in [http](/http_(protocol)) are used to indicate the status of
a specific http request.
to make it easy:
* 2XX: good.
* doesn't start with "2": bad.