Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Cached Session

  • CachedSession is a class from the requests_cache module that extends the functionality of requests.Session by adding persistent caching for HTTP requests. It allows you to store responses locally, reducing redundant network calls and improving performance for repeated requests.

Examples