Skip to content

Commit

Permalink
minor #5931 [#5875] Fixed link description, list of common media type…
Browse files Browse the repository at this point in the history
…s (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 | #5875

Commits
-------

5eca563 [#5875] Fixed link description, list of common media types
  • Loading branch information
weaverryan committed Nov 30, 2015
2 parents ec00722 + 5eca563 commit 523d08c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions book/http_fundamentals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ known as HTTP headers. For example, one important HTTP response header is
``Content-Type``. The body of the same resource could be returned in multiple
different formats like HTML, XML, or JSON and the ``Content-Type`` header uses
Internet Media Types like ``text/html`` to tell the client which format is
being returned. A list of common media types can be found on Wikipedia's
`List of common media types`_ article.
being returned. You can see a `list of common media types`_ from IANA.

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

0 comments on commit 523d08c

Please sign in to comment.