MCPcopy Create free account
hub / github.com/Kaggle/docker-python / do_HEAD

Method do_HEAD

tests/test_google_genai_patch.py:15–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13 headers = {}
14
15 def do_HEAD(self):
16 self.send_response(200)
17
18 def do_POST(self):
19 HTTPHandler.path = self.path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected