MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / do_POST

Method do_POST

e2e/python/test_sandbox_policy.py:297–302  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

295 self.wfile.write(body)
296
297 def do_POST(self):
298 self.send_response(200)
299 body = b"connect-server-ok"
300 self.send_header("Content-Length", str(len(body)))
301 self.end_headers()
302 self.wfile.write(body)
303
304 def log_message(self, *args):
305 pass

Callers

nothing calls this directly

Implementers 2

sandbox.rscrates/openshell-server/src/grpc/sandb
ssh.rscrates/openshell-supervisor-process/sr

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected