在我的 Symfony2 网络应用程序中,我需要为 User-Agent 设置 Vary HTTP 标头,就像在这个链接中一样,
https://developers.google.com/webmasters/smartphone-sites/details?hl=en
有谁知道该怎么做?
在我的 Symfony2 网络应用程序中,我需要为 User-Agent 设置 Vary HTTP 标头,就像在这个链接中一样,
https://developers.google.com/webmasters/smartphone-sites/details?hl=en
有谁知道该怎么做?
您可以使用@Cache
注释,也可以直接在Response
对象上设置标题。
http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/cache.html