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

Method do_POST

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

Source from the content-addressed store, hash-verified

149 return SimpleHTTPServer.SimpleHTTPRequestHandler.do_GET(self)
150
151 def do_POST(self):
152 delegate = self._FindDelegateForURL(self.path)
153 if delegate:
154 return delegate.do_POST(self)
155 return self.base_do_POST()
156
157 def base_do_POST(self):
158 if self.server.test_mode:

Callers

nothing calls this directly

Calls 2

_FindDelegateForURLMethod · 0.95
base_do_POSTMethod · 0.95

Tested by

no test coverage detected