Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created September 15, 2014 13:02
Show Gist options
  • Save kaworu/851a7c493e38297e72f0 to your computer and use it in GitHub Desktop.
Save kaworu/851a7c493e38297e72f0 to your computer and use it in GitHub Desktop.
<?php
header('HTTP/1.1 304 Not Modified');
header('X-Answer: 42');
@kaworu
Copy link
Author

kaworu commented Sep 15, 2014

HTTP/1.1 304 Not Modified
Date: Mon, 15 Sep 2014 13:04:50 GMT
Server: Apache
Expires: Wed, 15 Oct 2014 13:04:50 GMT
Cache-Control: max-age=2592000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment