MCPcopy Index your code
hub / github.com/cipheras/cipherginx / do_HEAD

Method do_HEAD

cipherginx.py:169–170  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167 s = requests.Session()
168
169 def do_HEAD(self):
170 self.do_GET(body=False)
171
172 def do_GET(self, body=True):
173 sent = False

Callers

nothing calls this directly

Calls 1

do_GETMethod · 0.95

Tested by

no test coverage detected