MCPcopy
hub / github.com/safishamsi/graphify / put

Method put

worked/httpx/raw/client.py:98–99  ·  view source on GitHub ↗
(self, url: str, **kwargs)

Source from the content-addressed store, hash-verified

96 return self.request("POST", url, **kwargs)
97
98 def put(self, url: str, **kwargs) -> Response:
99 return self.request("PUT", url, **kwargs)
100
101 def patch(self, url: str, **kwargs) -> Response:
102 return self.request("PATCH", url, **kwargs)

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected