Open qligier opened 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.
$response->file()
$response->json()
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
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.