Created
January 25, 2015 03:18
-
-
Save jharmn/9fe2f1c6ab70bf4f97dc to your computer and use it in GitHub Desktop.
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 --head -i https://api.github.com/users/jasonh-n-austin -H "If-Modified-Since: Tue, 12 Feb 2013 02:58:46 GMT" | |
HTTP/1.1 304 Not Modified | |
Server: GitHub.com | |
Date: Thu, 14 Feb 2013 04:52:32 GMT | |
Connection: keep-alive | |
Status: 304 Not Modified | |
X-RateLimit-Limit: 60 | |
X-RateLimit-Remaining: 50 | |
Vary: Accept | |
Cache-Control: public, max-age=60, s-maxage=60 | |
Last-Modified: Tue, 12 Feb 2013 02:58:46 GMT | |
X-Content-Type-Options: nosniff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment