Update HTTP.md
This commit is contained in:
parent
a87769a8bf
commit
d31a167b83
|
@ -444,7 +444,7 @@ Cache-Control: no-store
|
||||||
|
|
||||||
(二)强制确认缓存
|
(二)强制确认缓存
|
||||||
|
|
||||||
no-store 指令规定缓存服务器需要先向源服务器验证缓存资源的有效性,只有当缓存资源有效才将能使用该缓存对客户端的请求进行响应。
|
no-cache 指令规定缓存服务器需要先向源服务器验证缓存资源的有效性,只有当缓存资源有效才将能使用该缓存对客户端的请求进行响应。
|
||||||
|
|
||||||
```html
|
```html
|
||||||
Cache-Control: no-cache
|
Cache-Control: no-cache
|
||||||
|
|
Loading…
Reference in New Issue
Block a user