Skip to content

ishitatsuyuki/cachecontrol-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cachecontrol-sqlite

This is a SQLite cache backend for CacheControl.

Quickstart

import requests
from cachecontrol import CacheControl
from cachecontrol_sqlite import SQLiteCache

sess = CacheControl(requests.Session(),
                    cache=SQLiteCache('cache.db'))
                    
response = sess.get("https://httpbin.org/cache/60")

About

This is a SQLite cache backend for CacheControl.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages