面试经典题库:常见http状态码及意义

  1.  200 OK
  2.  201 Created
  3. 202 Accepted
  1.  400 Bad Request
  2. 401 Unauthorized
  3. 402 Payment Required
  4.  403 Forbidden
  5. 404 Not Found
  6. 405 Method Not Allowed
  7. 406 Not Acceptable 500 Internal Server Error 501 Not Implemented
    1.  502 Bad Gateway
    2. 503 Service Unavailable
    3. 504 Gateway Timeout


你可能感兴趣的:(http)