Md. Mahbubur Rahman
Results
1
issues of
Md. Mahbubur Rahman
Would be nice to update the Response Class with some of the latest statusTexts like these from [here](https://github.com/symfony/http-foundation/blob/master/Response.php) ``` const HTTP_I_AM_A_TEAPOT = 418; // RFC2324 const HTTP_MISDIRECTED_REQUEST = 421; //...