Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尽管 headers 属性是公开的。
因为他们是公开的。只需直接通过属性访问它们:
$request->headers->get('Content-Type');
请求标头集合是 的一个实例Symfony\Component\HttpFoundation\HeaderBag,响应标头包含在Symfony\Component\HttpFoundation\ResponseHeaderBag.
Symfony\Component\HttpFoundation\HeaderBag
Symfony\Component\HttpFoundation\ResponseHeaderBag