http - HTTP响应头中max-age的timespan类型是什么?秒,分?

标签 http httpwebresponse response-headers

在我网站的 HTTP 响应 header 中,它返回的 header 包含 以下值。

"Cache-Control: max-age=3600"

3600是秒还是分?

最佳答案

增量秒。 http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.3

max-age

Indicates that the client is willing to accept a response whose age is no greater than the specified time in seconds...

关于http - HTTP响应头中max-age的timespan类型是什么?秒,分?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6894471/

相关文章:

http - 如何在 Go 中执行 HTTP 双工处理程序?

http - 何时从 http 请求规范中使用 absoluteUri?

c# - 从 url 下载 .xls 文件

c# - IE11 不尊重内容处置的文件名

javascript - 使用 JavaScript 访问缓存响应 header

php - 是头 ('Content-Type:text/plain' );有必要吗?

Android 客户端登录身份验证 - HTTPURLConnect

c# - 加载并解析存储在文件中的 HTTP 响应

c# - 如何等到使用 HttpWebRequest 的 Web 请求完成?

json - Angular 2 导入 Http 失败