Skip to content

Commit 3332c4d

Browse files
committed
Merge pull request github#58 from lb1a/patch-1
Update content/v3.md
2 parents 97ff481 + 34956d9 commit 3332c4d

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

content/v3.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,18 @@ domain. All data is sent and received as JSON.
2727
<pre class="terminal">
2828
$ curl -i https://api.github.com
2929

30-
HTTP/1.1 200 OK
31-
Content-Type: application/json
32-
Status: 200 OK
30+
HTTP/1.1 302 Found
31+
Server: nginx/1.0.12
32+
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
3336
X-RateLimit-Limit: 5000
37+
ETag: "d41d8cd98f00b204e9800998ecf8427e"
38+
Location: http://developer.github.com
3439
X-RateLimit-Remaining: 4999
35-
Content-Length: 2
40+
Content-Length: 0
3641

37-
{}
3842
</pre>
3943

4044
Blank fields are included as `null` instead of being omitted.

0 commit comments

Comments
 (0)