klein.php
klein.php copied to clipboard
Allow response caching of files and json content
This is a solution for issue #318. It allows to control the use of Pragma and Cache-Control headers in $response->file() and $response->json() methods. Unit tests are added to check the new behavior.
There is an issue with Travis CI and PHP 5.3, all unit tests are passed and the build is successful in PHP 5.4 to PHP 7