We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90a5e8e + 178fb71 commit 66e76bfCopy full SHA for 66e76bf
book/http_cache.rst
@@ -535,7 +535,7 @@ example).
535
The 304 status code means "Not Modified". It's important because with
536
this status code the response does *not* contain the actual content being
537
requested. Instead, the response is simply a light-weight set of directions that
538
- tell cache that it should use its stored version.
+ tells the cache that it should use its stored version.
539
540
Like with expiration, there are two different HTTP headers that can be used
541
to implement the validation model: ``ETag`` and ``Last-Modified``.
0 commit comments