Skip to content

Commit

Permalink
minor #7097 link to specific HTTP Cache RFC (snoek09)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.7 branch.

Discussion
----------

link to specific HTTP Cache RFC

This fixes issue #7096.

Commits
-------

7dcae93 link to specific HTTP Cache RFC
  • Loading branch information
xabbuh committed Oct 30, 2016
2 parents faaa510 + 7dcae93 commit 3585bc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions http_cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ isn't always possible for highly dynamic sites, or is it? With
on only *fragments* of your site.

The Symfony cache system is different because it relies on the simplicity
and power of the HTTP cache as defined in the `HTTP specification`_. Instead of
and power of the HTTP cache as defined in `RFC 7234 - Caching`_. Instead of
reinventing a caching methodology, Symfony embraces the standard that defines
basic communication on the Web. Once you understand the fundamental HTTP
validation and expiration caching models, you'll be ready to master the Symfony
Expand Down Expand Up @@ -366,4 +366,3 @@ Learn more
.. _`RFC 7234 - Caching`: https://tools.ietf.org/html/rfc7234
.. _`RFC 7232 - Conditional Requests`: https://tools.ietf.org/html/rfc7232
.. _`FOSHttpCacheBundle`: http://foshttpcachebundle.readthedocs.org/
.. _`HTTP specification`: http://www.w3.org/Protocols/rfc2616/rfc2616.html

0 comments on commit 3585bc2

Please sign in to comment.