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

Method get

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

Source from the content-addressed store, hash-verified

29 self.cookies = {}
30
31 def get(self, url, **kwargs):
32 return self._request("GET", url, **kwargs)
33
34 def post(self, url, **kwargs):
35 return self._request("POST", url, **kwargs)

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected