We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c24307 commit 65cf315Copy full SHA for 65cf315
1 file changed
README.rst
@@ -35,7 +35,7 @@ Quickstart
35
sess = requests.session()
36
cached_sess = CacheControl(sess)
37
38
- response = cached_sess.get('http://google.com')
+ response = cached_sess.get('https://google.com')
39
40
If the URL contains any caching based headers, it will cache the
41
result in a simple dictionary.
0 commit comments