1

在我的 Symfony2 网络应用程序中,我需要为 User-Agent 设置 Vary HTTP 标头,就像在这个链接中一样,

https://developers.google.com/webmasters/smartphone-sites/details?hl=en

有谁知道该怎么做?

4

1 回答 1

1

您可以使用@Cache注释,也可以直接在Response对象上设置标题。

http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/cache.html

于 2014-08-20T23:23:55.153 回答