response.sendDate


当值为 true 时,如果响应头中尚不存在 Date 头部,将会自动生成并发送该头部。默认值为 true。

🌐 When true, the Date header will be automatically generated and sent in the response if it is not already present in the headers. Defaults to true.

这只应在测试时禁用;HTTP 在响应中需要 Date 头。

🌐 This should only be disabled for testing; HTTP requires the Date header in responses.