MCPcopy Create free account
hub / github.com/psf/cachecontrol / NoAgeHeuristic

Class NoAgeHeuristic

tests/issue_263.py:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class NoAgeHeuristic(BaseHeuristic):
17 def update_headers(self, response):
18 if "cache-control" in response.headers:
19 del response.headers["cache-control"]
20
21
22cache_adapter = cachecontrol.CacheControlAdapter(

Callers 1

issue_263.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…