تُصنَّف HTTP status codes إلى خمس فئات بحسب رقمها الأول، واختيار الصحيح منها يتيح للعملاء التفاعل بشكل صحيح دون تحليل (parse) الجسم (body).
2xx Success — the request worked
3xx Redirection — further action / resource moved
4xx Client error — the caller did something wrong
5xx Server error — the server failed
الرموز التي تستخدمها فعلًا
2xx
