8000 Merge branch '2.3' into 2.7 · symfony/symfony-docs@1646405 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1646405

Browse files
committed
Merge branch '2.3' into 2.7
2 parents 7b4c2b0 + 523d08c commit 1646405

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

book/http_fundamentals.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ known as HTTP headers. For example, one important HTTP response header is
149149
``Content-Type``. The body of the same resource could be returned in multiple
150150
different formats like HTML, XML, or JSON and the ``Content-Type`` header uses
151151
Internet Media Types like ``text/html`` to tell the client which format is
152-
being returned. A list of common media types can be found on Wikipedia's
153-
`List of common media types`_ article.
152+
being returned. You can see a `list of common media types`_ from IANA.
154153

155154
Many other headers exist, some of which are very powerful. For example, certain
156155
headers can be used to create a powerful caching system.
@@ -578,6 +577,6 @@ sensible defaults. For more advanced users, the sky is the limit.
578577
.. _`Live HTTP Headers`: https://addons.mozilla.org/en-US/firefox/addon/live-http-headers/
579578
.. _`List of HTTP status codes`: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
580579
.. _`List of HTTP header fields`: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
581-
.. _`List of common media types`: https://www.iana.org/assignments/media-types/media-types.xhtml
580+
.. _`list of common media types`: https://www.iana.org/assignments/media-types/media-types.xhtml
582581
.. _`Validator`: https://github.com/symfony/validator
583582
.. _`Swift Mailer`: http://swiftmailer.org/

0 commit comments

Comments
 (0)
0