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.
1 parent a6ba462 commit 178fb71Copy full SHA for 178fb71
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 the 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