Created
February 18, 2016 10:30
-
-
Save nottrobin/c2cbb906a3f104661d99 to your computer and use it in GitHub Desktop.
What caching headers should look like when updated with Django
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ curl -I cn.ubuntu.com | |
| ... | |
| Date: Fri, 12 Feb 2016 22:48:38 GMT | |
| Expires: Fri, 12 Feb 2016 22:53:35 GMT | |
| Last-Modified: Fri, 12 Feb 2016 22:48:35 GMT | |
| Cache-Control: max-age=300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment