12 lines
214 B
Markdown
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.
|