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