Skip to content
Commit 0cfc8760 authored by hydrargyrum's avatar hydrargyrum
Browse files

weboob.browser.cache: introduce CacheMixin and use it in github module

CacheMixin is a class for use in browsers that stores responses, and
return them if the request is replayed (and optionally the server
returned the same ETag).
APIBrowser is modified to perform its request tweaks in build_request,
so mixins benefit them.
parent 71335ce4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment