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

Method __init__

tests/utils.py:36–38  ·  view source on GitHub ↗
(self, url, headers)

Source from the content-addressed store, hash-verified

34 """Match a Request."""
35
36 def __init__(self, url, headers):
37 self.url = url
38 self.headers = CaseInsensitiveDict(headers)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected