klein / klein.php

A fast & flexible router
MIT License
2.66k stars 290 forks source link

Allow response caching of files and json content #371

Open qligier opened 7 years ago

qligier commented 7 years ago

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 commented 7 years ago

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