mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-25 18:43:22 +01:00
fix #25 - add support for status code 422 (Unprocessable Entity)
This commit is contained in:
parent
b992c6f38c
commit
84e2d78e58
@ -49,6 +49,7 @@ class Response extends AbstractMessage
|
||||
415 => 'Unsupported Media Type',
|
||||
416 => 'Requested Range Not Satisfiable',
|
||||
417 => 'Expectation Failed',
|
||||
422 => 'Unprocessable Entity',
|
||||
500 => 'Internal Server Error',
|
||||
501 => 'Not Implemented',
|
||||
502 => 'Bad Gateway',
|
||||
|
Loading…
x
Reference in New Issue
Block a user