MCPcopy Index your code
hub / github.com/python/cpython / do_HEAD

Method do_HEAD

Lib/test/ssl_servers.py:111–113  ·  view source on GitHub ↗

Serve a HEAD request.

(self)

Source from the content-addressed store, hash-verified

109 self.wfile.write(body)
110
111 def do_HEAD(self):
112 """Serve a HEAD request."""
113 self.do_GET(send_body=False)
114
115 def log_request(self, format, *args):
116 if support.verbose:

Callers

nothing calls this directly

Calls 1

do_GETMethod · 0.95

Tested by

no test coverage detected