Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit523d08c

Browse files
committed
minor#5931 [#5875] Fixed link description, list of common media types (Douglas Naphas)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes#5931).Discussion----------[#5875] Fixed link description, list of common media types| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | 2.7+| Fixed tickets |#5875Commits-------5eca563 [#5875] Fixed link description, list of common media types
2 parentsec00722 +5eca563 commit523d08c

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)

[8]ページ先頭

©2009-2025 Movatter.jp