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

Method post

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

Source from the content-addressed store, hash-verified

32 return self._request("GET", url, **kwargs)
33
34 def post(self, url, **kwargs):
35 return self._request("POST", url, **kwargs)
36
37 def request(self, method, url, **kwargs):
38 return self._request(method.upper(), url, **kwargs)

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected