summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-12-01 14:48:13 -0600
committerJordan Cook <jordan.cook@pioneer.com>2021-12-02 10:01:14 -0600
commit838db690b0c06e9a03b15ea38c6856a69485d1fe (patch)
tree6a66bfcfde0cc97df4053173fbe219772205ce92 /docs
parent8e4e1682808b550278192a3598dc573caa9aa308 (diff)
downloadrequests-cache-838db690b0c06e9a03b15ea38c6856a69485d1fe.tar.gz
Update changelog
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 8373214..9fdfb8e 100644
--- a/docs/user_guide/headers.md
+++ b/docs/user_guide/headers.md
@@ -32,10 +32,10 @@ True, True
```
## Cache-Control
-`Cache-Control` request headers will be used if present. This is mainly useful for patching an
+`Cache-Control` **request** headers will be used if present. This is mainly useful for patching an
existing library that sets request headers.
-`Cache-Control` response headers are an opt-in feature. If enabled, these will take priority over
+`Cache-Control` **response** headers are an opt-in feature. If enabled, these will take priority over
any other `expire_after` values. See {ref}`precedence` for the full order of precedence.
To enable this behavior, use the `cache_control` option: