MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / request

Method request

tests/test_registration_engine.py:37–38  ·  view source on GitHub ↗
(self, method, url, **kwargs)

Source from the content-addressed store, hash-verified

35 return self._request("POST", url, **kwargs)
36
37 def request(self, method, url, **kwargs):
38 return self._request(method.upper(), url, **kwargs)
39
40 def close(self):
41 return None

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected