klein.php icon indicating copy to clipboard operation
klein.php copied to clipboard

Allow response caching of files and json content

Open qligier opened this issue 8 years ago • 1 comments

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.

qligier avatar Oct 06 '17 17:10 qligier

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

qligier avatar Oct 06 '17 17:10 qligier