We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8793cb5 commit 73e7928Copy full SHA for 73e7928
book/controller.rst
@@ -712,8 +712,7 @@ in the controller if a variable is type-hinted with ``Request`` class::
712
}
713
714
``Request`` class has several public properties via which information about the client
715
-request can be accessed. If you haven't already mastered HTTP fundamentals you
716
-can read about Symfony ``Request`` object in detail :ref:`here <book-request-object>`.
+request can be accessed.
717
718
Like the ``Request``, the ``Response`` object has also a public ``headers`` property
719
which is a :class:`Symfony\\Component\\HttpFoundation\\ResponseHeaderBag` instance.
0 commit comments