HTTP status code는 첫 자리 숫자로 다섯 부류로 묶이며, 올바른 것을 고르면 client가 body를 파싱하지 않고도 올바르게 반응할 수 있다.
text
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
