From 7dcae935c32658b7c64b316f26f02123e8d7caab Mon Sep 17 00:00:00 2001 From: Henry Snoek Date: Fri, 28 Oct 2016 11:28:47 +0200 Subject: [PATCH] link to specific HTTP Cache RFC --- http_cache.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/http_cache.rst b/http_cache.rst index 6ae8c213d44..46b8afbf7e1 100644 --- a/http_cache.rst +++ b/http_cache.rst @@ -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 @@ -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