summaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-09-05 13:21:32 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-06 17:39:15 -0500
commit8c05674c426298da7cd8a333c2dfce53151e041f (patch)
treee9bf7b6eb2a105ae6843cf1d74503aa95e0d964c /HISTORY.md
parent7ed1b4dffdd2254a6c319f23bab43df3f6fad91e (diff)
downloadrequests-cache-8c05674c426298da7cd8a333c2dfce53151e041f.tar.gz
Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-compatibile)
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 739ae74..70e69b7 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -104,7 +104,14 @@
* Add support for HTTP timestamps (RFC 5322) in ``expire_after`` parameters
* Add support for bypassing the cache if `expire_after=0`
* Add support for making a cache allowlist using URL patterns
-
+GET https://iam.amazonaws.com?Action=ListUsers&Version=2010-05-08&
+X-Amz-Algorithm=AWS4-HMAC-SHA256&
+X-Amz-Credential=AKIDEXAMPLE%2F20150830%2Fus-east-1%2Fiam%2Faws4_request&
+X-Amz-Date=20150830T123600Z&X-Amz-Expires=60&
+X-Amz-SignedHeaders=content-type%3Bhost&
+X-Amz-Signature=37ac2f4fde00b0ac9bd9eadeb459b1bbee224158d66e7ae5fcadb70b2d181d02 HTTP/1.1
+content-type: application/x-www-form-urlencoded; charset=utf-8
+host: iam.amazonaws.com
**Serialization:**
* Add data models for all serialized objects
* Add a JSON serializer