Skip to content

Instantly share code, notes, and snippets.

@knksmith57
Created March 30, 2016 18:30
Show Gist options
  • Save knksmith57/f1785e80d6e2f9fa6a4634c8fc98a49b to your computer and use it in GitHub Desktop.
Save knksmith57/f1785e80d6e2f9fa6a4634c8fc98a49b to your computer and use it in GitHub Desktop.
empty nodejs/node release response
❯ curl -i -X GET -H'Accept: application/json' https://api.github.com/repos/nodejs/node/releases
HTTP/1.1 200 OK
Server: GitHub.com
Date: Wed, 30 Mar 2016 18:29:48 GMT
Content-Type: application/json; charset=utf-8
Content-Length: 5
Status: 200 OK
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 45
X-RateLimit-Reset: 1459365215
Cache-Control: public, max-age=60, s-maxage=60
Vary: Accept
ETag: "6f325df05dbadf499a997fc714890f62"
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: 52437fedc85beec8da3449496900fb9a
X-GitHub-Request-Id: 267A30DA:2E00:5EE68BD:56FC1B1C
[
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment