HTTP协议中的状态码是什么?每个代表什么?

  

HTTP协议定义了很多状态码,主要用来表示客户端请求的处理结果。常见的状态代码包括:

1xx:信息提示

100:Continue
101:Switching Protocols
2xx:成功

200:OK
201:Created
202:Accepted
204:No Content
3xx:重定向

301:Moved Permanently
302:Found
304:Not Modified
307:Temporary Redirect
4xx:客户端错误

400:Bad Request
401:Unauthorized
403:Forbidden
404:Not Found
405:Method Not Allowed
406:Not Acceptable
408:Request Timeout
409:Conflict
410:Gone
413:Payload Too Large
414:URI Too Long
415:Unsupported Media Type
429:Too Many Requests
5xx:服务器错误

500:Internal Server Error
501:Not Implemented
502:Bad Gateway
503:Service Unavailable
504:Gateway Timeout
505:HTTP Version Not Supported
以上是编程学习网小编为您介绍的“HTTP协议中的状态码是什么?每个代表什么?”的全面内容,想了解更多关于 前端知识 内容,请继续关注编程基础学习网。

相关文章