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

Method do_GET

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

Source from the content-addressed store, hash-verified

214
215 class Handler(BaseHTTPRequestHandler):
216 def do_GET(self):
217 self.send_response(200)
218 body = b"forward-proxy-ok"
219 self.send_header("Content-Length", str(len(body)))
220 self.end_headers()
221 self.wfile.write(body)
222
223 def log_message(self, *args):
224 pass # suppress log output

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