Just for my reference purpose.
200 Ok, all except for post
201 post success with location return
202 async return
204 no content, normally delete use it
304 not modified.
client side error with 400 series code:
400 bad request / cannot parse correctly, client side.
401 unauth request
403 access forbidden
404 resource not found.
405 method not allowed.
410 no resources any longer at this point (never use this...)
415 unsupported media type
429 too many requests.
本文详细介绍了常见的HTTP状态码,包括200系列的成功响应码、304未修改及400系列的客户端错误码。解释了每个状态码的具体含义及其应用场景。

被折叠的 条评论
为什么被折叠?



