Add HTTP 422 status code

develop
Sven Slootweg 11 years ago
parent 4b02357739
commit ca171e8275

@ -371,6 +371,7 @@ function http_status_code($code)
414 => "Request-URI Too Large", 414 => "Request-URI Too Large",
415 => "Unsupported Media Type", 415 => "Unsupported Media Type",
418 => "I'm a teapot", 418 => "I'm a teapot",
422 => "Unprocessable Entity",
500 => "Internal Server Error", 500 => "Internal Server Error",
501 => "Not Implemented", 501 => "Not Implemented",
502 => "Bad Gateway", 502 => "Bad Gateway",

Loading…
Cancel
Save