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

Method permalink

tests/conftest.py:88–90  ·  view source on GitHub ↗
(self, env, start_response)

Source from the content-addressed store, hash-verified

86 return [b"See: /permalink"]
87
88 def permalink(self, env, start_response):
89 start_response("200 OK", [("Content-Type", "text/plain")])
90 return [b"The permanent resource"]
91
92 def multiple_choices(self, env, start_response):
93 headers = [("Link", "/permalink")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected