Skip to content

Commit 35e57a5

Browse files
committed
Merge pull request ZhangBohan#8 from soloradish/master
调整ETAG段落语序,增加我的邮箱联系方式
2 parents dfb5488 + 9932335 commit 35e57a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
##翻译
1111
* cocoajin
1212
* ZhangBohan <bohanzhang@foxmail.com>
13-
* soloradish
14-
13+
* soloradish <soloradish@gmail.com>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Accept: application/vnd.heroku+json; version=3
7979

8080
#### 支持Etag缓存
8181

82-
在所有请求响应中包含一个`ETag`头,标识出返回资源的版本。这样就允许用户去缓存这些资源,请求时将`ETag`的值设置到`If-None-Match`头信息中就可以知道是否需要更新缓存了
82+
在所有返回的响应中包含`ETag`头信息,用来标识资源的版本。这让用户对资源进行缓存处理成为可能,在后续的访问请求中把`If-None-Match`头信息设置为之前得到的`ETag`值,就可以侦测到已缓存的资源是否需要更新
8383

8484
#### 为内省而提供 Request-Id
8585

0 commit comments

Comments
 (0)