[HttpFoundation] Added support for 308 / Permanent Redirect

This commit is contained in:
Grégoire Pineau 2012-03-29 12:18:49 +03:00
parent b1bb27e8da
commit 468ad40405

View File

@ -83,6 +83,7 @@ class Response
305 => 'Use Proxy',
306 => 'Reserved',
307 => 'Temporary Redirect',
308 => 'Permanent Redirect',
400 => 'Bad Request',
401 => 'Unauthorized',
402 => 'Payment Required',