jdost / restler

Python library to help integrate with RESTful web APIs
Other
0 stars 1 forks source link

Caching support #5

Open jdost opened 11 years ago

jdost commented 11 years ago

Set up some caching support by tracking the cache control headers and cache the results. This probably has some odd details, but could be stored in the Request object. Need to then add handling based on the response status codes.