
CacheControl 0.14.4
0
httplib2 caching for requests
Contents
httplib2 caching for requests
Stars: 495, Watchers: 495, Forks: 137, Open Issues: 31The psf/cachecontrol repo was created 12 years ago and the last code push was 4 days ago.
The project is popular with 495 github stars!
How to Install cachecontrol
You can install cachecontrol using pip
pip install cachecontrol
or add it to a project with poetry
poetry add cachecontrol
Package Details
- Author
- Eric Larson, Frost Ming, William Woodruff
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/CacheControl/
- GitHub Repo:
- https://github.com/ionrock/cachecontrol
Classifiers
- Internet/WWW/HTTP
Related Packages
Errors
A list of common cachecontrol errors.
Code Examples
Here are some cachecontrol code examples and snippets.
GitHub Issues
The cachecontrol package has 31 open issues on GitHub
- cache temporary redirects with explicit caching directives
- HTTP 302 Found responses with Cache Headers not being cached
- Cache performs two gets on misses
- Support for forcing cache-refresh / cache-usage on a per-resource basis?
- multiple_choices vs multiple_choices_redirect
pythonfix