Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M6658

HTTP

HTTP
CultureHigh supportLinguistics
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

Standardized codes for server response status in the HTTP protocol: five categories of status codes: - 1xx (Informational): Request received, continuing process - 2xx (Success): Request successfully processed (e.g., 200 OK) - 3xx (Redirection): Further action needed (e.g., 301 Moved Permanently) - 4xx (Client Error): Request has errors (e.g., 404 Not Found) - 5xx (Server Error): Server failed to process (e.g., 500 Internal Server Error) Scaffolding role: Standardized communication, rapid diagnosis. HTTP status codes provide a unified error reporting language for web communication, helping developers quickly locate and diagnose the source of problems.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Standardized communication, rapid diagnosis. HTTP status codes provide a unified error reporting language for web communication, helping developers quickly locate and diagnose the source of problems.

anchor

Anchor fast decisions

Standardized response status encoding in the HTTP protocol. The mechanism uses the first digit to classify and quickly locate the nature of the problem: 1xx informational, 2xx success, 3xx redirection, 4xx client error, 5xx server error. It is a **unified diagnostic language** for web communication.

MINIMUM ACTION

In progress 0/4

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

RELATED MODELS