MCPcopy Create free account
hub / github.com/defold/defold / do_HEAD

Method do_HEAD

engine/script/test_script_server.py:100–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 self.wfile.write(s)
99
100 def do_HEAD(self):
101 self.send_response(200)
102 self.send_header("Content-type", "text/plain")
103 self.send_header("Content-Length", 1234)
104 self.end_headers()
105
106
107class ThreadedHTTPServer(ThreadingMixIn, HTTPServer):

Callers

nothing calls this directly

Calls 1

send_responseMethod · 0.80

Tested by

no test coverage detected