We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97ff481 + 34956d9 commit 3332c4dCopy full SHA for 3332c4d
1 file changed
content/v3.md
@@ -27,14 +27,18 @@ domain. All data is sent and received as JSON.
27
<pre class="terminal">
28
$ curl -i https://api.github.com
29
30
-HTTP/1.1 200 OK
31
-Content-Type: application/json
32
-Status: 200 OK
+HTTP/1.1 302 Found
+Server: nginx/1.0.12
+Date: Mon, 20 Feb 2012 11:15:49 GMT
33
+Content-Type: text/html;charset=utf-8
34
+Connection: keep-alive
35
+Status: 302 Found
36
X-RateLimit-Limit: 5000
37
+ETag: "d41d8cd98f00b204e9800998ecf8427e"
38
+Location: http://developer.github.com
39
X-RateLimit-Remaining: 4999
-Content-Length: 2
40
+Content-Length: 0
41
-{}
42
</pre>
43
44
Blank fields are included as `null` instead of being omitted.
0 commit comments