1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-23 03:20:33 +00:00
Arsse/tests/docroot/Feed/Caching/304LastModOnly.php

8 lines
152 B
PHP
Raw Normal View History

<?php return [
'code' => 304,
'cache' => false,
'fields' => [
'Last-Modified: '.$_SERVER['HTTP_IF_MODIFIED_SINCE'],
],
2017-08-29 10:50:31 -04:00
];