httplib2 caching for requests


Keywords
requests, http, caching, web
License
Apache-2.0
Install
pip install CacheControl==0.14.0

Documentation

CacheControl

Latest Version

image

CacheControl is a port of the caching algorithms in httplib2 for use with requests session object.

It was written because httplib2's better support for caching is often mitigated by its lack of thread safety. The same is true of requests in terms of caching.

Quickstart

If the URL contains any caching based headers, it will cache the result in a simple dictionary.

For more info, check out the docs