MCPcopy Create free account
hub / github.com/csound/csound / send_head

Method send_head

Emscripten/examples/httpd.py:124–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122 self.server.Shutdown(result)
123
124 def send_head(self):
125 delegate = self._FindDelegateForURL(self.path)
126 if delegate:
127 return delegate.send_head(self)
128 return self.base_send_head()
129
130 def base_send_head(self):
131 return SimpleHTTPServer.SimpleHTTPRequestHandler.send_head(self)

Callers 1

base_send_headMethod · 0.80

Calls 2

_FindDelegateForURLMethod · 0.95
base_send_headMethod · 0.95

Tested by

no test coverage detected