| 14 | |
| 15 | |
| 16 | class NoAgeHeuristic(BaseHeuristic): |
| 17 | def update_headers(self, response): |
| 18 | if "cache-control" in response.headers: |
| 19 | del response.headers["cache-control"] |
| 20 | |
| 21 | |
| 22 | cache_adapter = cachecontrol.CacheControlAdapter( |
no outgoing calls
no test coverage detected
searching dependent graphs…