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
