We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67991a8 commit 0f401b8Copy full SHA for 0f401b8
book/http_fundamentals.rst
@@ -1,4 +1,4 @@
1
-.. index::
+. . index::
2
single: Symfony2 Fundamentals
3
4
Symfony2 and HTTP Fundamentals
@@ -128,7 +128,7 @@ like this:
128
Content-Type: text/html
129
130
<html>
131
- <!-- HTML for the xkcd comic -->
+ <!-- ... HTML for the xkcd comic -->
132
</html>
133
134
The HTTP response contains the requested resource (the HTML content in this
@@ -368,7 +368,6 @@ on that value. This can get ugly quickly:
368
.. code-block:: php
369
370
// index.php
371
-
372
$request = Request::createFromGlobals();
373
$path = $request->getPathInfo(); // the URI path being requested
374
0 commit comments