Skip to content

Commit f45eff4

Browse files
authored
Merge pull request #40 from sensiolabs/issue-10/http_fundamentals
Split/rewrite HTTP Fundamentals article
2 parents ea24767 + ec131ef commit f45eff4

File tree

4 files changed

+92
-302
lines changed

4 files changed

+92
-302
lines changed

components/http_foundation.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ Thanks to the public ``attributes`` property, you can store additional data
180180
in the request, which is also an instance of
181181
:class:`Symfony\\Component\\HttpFoundation\\ParameterBag`. This is mostly used
182182
to attach information that belongs to the Request and that needs to be
183-
accessed from many different points in your application. For information
184-
on how this is used in the Symfony Framework, see
185-
:ref:`the Symfony book <book-fundamentals-attributes>`.
183+
accessed from many different points in your application.
186184

187185
Finally, the raw data sent with the request body can be accessed using
188186
:method:`Symfony\\Component\\HttpFoundation\\Request::getContent`::
@@ -429,6 +427,8 @@ method::
429427
If the Response is not modified, it sets the status code to 304 and removes the
430428
actual response content.
431429

430+
.. _redirect-response:
431+
432432
Redirecting the User
433433
~~~~~~~~~~~~~~~~~~~~
434434

0 commit comments

Comments
 (0)