Skip to content

Instantly share code, notes, and snippets.

@albertofem
Created March 31, 2014 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertofem/9889622 to your computer and use it in GitHub Desktop.
Save albertofem/9889622 to your computer and use it in GitHub Desktop.
curl -i https://api.github.com/users/albertofem/repos
HTTP/1.1 200 OK
Server: GitHub.com
Date: Mon, 31 Mar 2014 10:36:34 GMT
Content-Type: application/json; charset=utf-8
Status: 200 OK
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 56
X-RateLimit-Reset: 1396265742
Cache-Control: public, max-age=60, s-maxage=60
ETag: "819a8dd72cef7a8feb350c848a8fcd05"
Vary: Accept
X-GitHub-Media-Type: github.beta
Link: <https://api.github.com/user/409472/repos?page=2>; rel="next", <https://api.github.com/user/409472/repos?page=2>; rel="last"
X-Content-Type-Options: nosniff
Content-Length: 159455
Access-Control-Allow-Credentials: true
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: *
X-GitHub-Request-Id: 3E2BBF7B:302D:19D16DF:53394532
Vary: Accept-Encoding
X-Served-By: 03d91026ad8428f4d9966d7434f9d82e
[{ ... json stuff ... }]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment