Glossary coding Term Page

Status code

A numeric indicator of how the server handled the request

status-code #coding#python
Korean version

Related Concepts

Core Idea

Status code is A numeric indicator of how the server handled the request; 200 is success, 4xx/5xx mean errors. It usually makes the most sense alongside HTTP, Query parameter, Webhook.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept