Last active
December 1, 2016 21:45
-
-
Save jharmn/07d7a5b09f1c11e689aac48bb76488be to your computer and use it in GitHub Desktop.
Github HEAD
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 https://api.github.com/users/jharmn | |
HTTP/1.1 200 OK | |
Server: GitHub.com | |
Date: Thu, 01 Dec 2016 21:41:44 GMT | |
Content-Type: application/json; charset=utf-8 | |
Content-Length: 1386 | |
Status: 200 OK | |
X-RateLimit-Limit: 60 | |
X-RateLimit-Remaining: 52 | |
X-RateLimit-Reset: 1480631186 | |
Cache-Control: public, max-age=60, s-maxage=60 | |
Vary: Accept | |
ETag: "0d17d8076ed7fb8b6cf75d7b4bd83c19" | |
Last-Modified: Tue, 29 Nov 2016 23:38:37 GMT | |
X-GitHub-Media-Type: github.v3 | |
Access-Control-Expose-Headers: ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval | |
Access-Control-Allow-Origin: * | |
Content-Security-Policy: default-src 'none' | |
Strict-Transport-Security: max-age=31536000; includeSubdomains; preload | |
X-Content-Type-Options: nosniff | |
X-Frame-Options: deny | |
X-XSS-Protection: 1; mode=block | |
Vary: Accept-Encoding | |
X-Served-By: 474556b853193c38f1b14328ce2d1b7d | |
X-GitHub-Request-Id: 5F7A47C1:5FB7:DA6C7E6:58409918 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment