summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-03-19 19:11:39 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-03-29 12:17:43 -0500
commitf0927efbd2f8ede67d32b239b606a16f188d5483 (patch)
tree61ca261d43868b76d749dbd00257214c0ae858f3 /docs
parent2578cde2692714f1d74fcc20b47fd68d81295b51 (diff)
downloadrequests-cache-f0927efbd2f8ede67d32b239b606a16f188d5483.tar.gz
More code cleanup and comments
Diffstat (limited to 'docs')
-rw-r--r--docs/user_guide/headers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/headers.md b/docs/user_guide/headers.md
index 1dccde6..1d4cbcb 100644
--- a/docs/user_guide/headers.md
+++ b/docs/user_guide/headers.md
@@ -62,5 +62,5 @@ The following headers are currently supported:
- `Cache-Control: no-store` Skip writing to the cache
- `Cache-Control: immutable`: Cache the response with no expiration
- `Expires`: Used as an absolute expiration datetime
-- `ETag`: Used for revalidation; update and return stale cache data if the remote content has not changed (`304 Not Modified` response)
-- `Last-Modified`: Used for revalidation; update and return stale cache data if the remote content has not changed (`304 Not Modified` response)
+- `ETag`: Validator used for conditional requests
+- `Last-Modified`: Validator used for conditional requests