Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit1968dcb

Browse files
committed
Merge pull request#422 from ihommani/master
Update getting-started.md
2 parents2df9856 +929a556 commit1968dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎content/guides/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,10 @@ The [ETag][etag] is a fingerprint of the response. If we pass that on subsequent
493493
we can tell the API to give us the resource again, only if it has changed:
494494

495495
<preclass="terminal">
496-
$ curl -i -H 'If-None-Match: "644b5b0155e6404a9cc4bd9d8b1ae730"' \
496+
$ curl -i -H 'If-None-Match: "bfd85cbf23ac0b0c8a29bee02e7117c6"' \
497497
https://api.github.com/users/defunkt
498498

499-
HTTP/1.1 304OK
499+
HTTP/1.1 304Not modified
500500
</pre>
501501

502502
The`304` status indicates that the resource hasn't changed since the last time

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp