http - 什么时候确定 HTTP Date 响应 header ?

标签 http http-headers

Date header 表示服务器开始处理请求的时刻,还是它开始发送响应的时刻?是否取决于情况或平台?

最佳答案

From the source:

When a Date header field is generated, the sender SHOULD generate its field value as the best available approximation of the date and time of message generation. In theory, the date ought to represent the moment just before the payload is generated. In practice, the date can be generated at any time during message origination.

关于http - 什么时候确定 HTTP Date 响应 header ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51679807/

相关文章:

http - 在 Cache-Control HTTP header 中包含 max-age 和 s-maxage 有意义吗?

java - 哪些Java库做HTTP Accept Header解析?

.net - System.Net.WebClient 请求得到 403 Forbidden 但浏览器没有使用 Apache 服务器

java - 带重定向的 URL 编码(元音变音)(302 暂时移动)

apache - htaccess 将所有流量从 http 重定向到 https,但也重定向到在 https 上隐藏一次的 index.php

php - 为什么不在这里使用 POST 方法?

c++ - 如何创建简单的带有 boost 的 HTTP 服务器,能够接收数据编辑和共享?

javascript - 哪些 HTTP header 可以用来判断浏览器是否启用了 javascript?

android - 如何在 webView 的 url 中发送 referer 请求

javascript - 将http header 设置为浏览器生成的请求?