MCPcopy Index your code
hub / github.com/openai/openai-agents-python / do_POST

Method do_POST

tests/test_trace_processor.py:563–567  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

561
562 class Always504Handler(BaseHTTPRequestHandler):
563 def do_POST(self) -> None:
564 request_seen.set()
565 self.send_response(504)
566 self.end_headers()
567 self.wfile.write(b"gateway timeout")
568
569 def log_message(self, format: str, *args: Any) -> None:
570 return

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected