HTTP-codes.txt
上传用户:liugui
上传日期:2007-01-04
资源大小:822k
文件大小:1k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. Caching  Code
  2. Successful 2xx
  3. c        200 OK
  4.          201 Created
  5.          202 Accepted
  6. c        203 Non-Authoriative Information *
  7. E        204 No Content
  8.          205 Reset Content *
  9.          206 Partial Content *
  10. Redirection 3xx
  11. C        300 Multiple Choices
  12. C        301 Moved Permanently
  13. t        302 Moved Temporarily
  14. -        303 See Other *
  15. -        304 Not Modified
  16. E        305 Use Proxy (proxy redirect) *
  17.         Client Error 4xx
  18. E        400 Bad Request
  19. -        401 Unauthorized
  20.          402 Payment Required *
  21. E        403 Forbidden
  22. E        404 Not Found
  23. E        405 Method Not Allowed *
  24.          406 Not Acceptable *
  25. -        407 Proxy Authentication Required *
  26.          408 Request Timeout *
  27.          409 Confict *
  28. C        410 Gone *
  29.          411 Length Required *
  30.          412 Precondition Failed *
  31.          413 Request Entity To Large *
  32. E        414 Request-URI Too Long *
  33.          415 Unsupported Media Type
  34.         Server Error 5xx
  35. E        500 Internal Server Error
  36. E        501 Not Implemented
  37. E        502 Bad Gateway
  38. E        503 Service Unavailable
  39. E        504 Gateway Timeout *
  40.          505 HTTP Version Not Supported *
  41. Notes:
  42. * HTTP 1.1
  43. c Cached unless a query response without expiry information
  44. C Cached
  45. E Negatively cached if no expiry headers
  46. t Cached only if expiry information
  47. - Not cached
  48. Unless other said, the response code is not cached.