Core_HttpIO::$messages
默认值
array(46) (
100 => string(8) "Continue"
101 => string(19) "Switching Protocols"
200 => string(2) "OK"
201 => string(7) "Created"
202 => string(8) "Accepted"
203 => string(29) "Non-Authoritative Information"
204 => string(10) "No Content"
205 => string(13) "Reset Content"
206 => string(15) "Partial Content"
207 => string(12) "Multi-Status"
300 => string(16) "Multiple Choices"
301 => string(17) "Moved Permanently"
302 => string(17) "Moved Temporarily"
303 => string(9) "See Other"
304 => string(12) "Not Modified"
305 => string(9) "Use Proxy"
307 => string(18) "Temporary Redirect"
400 => string(11) "Bad Request"
401 => string(12) "Unauthorized"
402 => string(16) "Payment Required"
403 => string(9) "Forbidden"
404 => string(9) "Not Found"
405 => string(18) "Method Not Allowed"
406 => string(14) "Not Acceptable"
407 => string(29) "Proxy Authentication Required"
408 => string(15) "Request Timeout"
409 => string(8) "Conflict"
410 => string(4) "Gone"
411 => string(15) "Length Required"
412 => string(19) "Precondition Failed"
413 => string(24) "Request Entity Too Large"
414 => string(20) "Request-URI Too Long"
415 => string(22) "Unsupported Media Type"
416 => string(31) "Requested Range Not Satisfiable"
417 => string(18) "Expectation Failed"
422 => string(20) "Unprocessable Entity"
423 => string(6) "Locked"
424 => string(17) "Failed Dependency"
500 => string(21) "Internal Server Error"
501 => string(15) "Not Implemented"
502 => string(11) "Bad Gateway"
503 => string(19) "Service Unavailable"
504 => string(15) "Gateway Timeout"
505 => string(26) "HTTP Version Not Supported"
507 => string(20) "Insufficient Storage"
509 => string(24) "Bandwidth Limit Exceeded"
)