MCPcopy
hub / github.com/aio-libs/aiohttp / put

Function put

aiohttp/client.py:722–724  ·  view source on GitHub ↗
(url, **kwargs)

Source from the content-addressed store, hash-verified

720
721
722def put(url, **kwargs):
723 warnings.warn("Use ClientSession().put() instead", DeprecationWarning)
724 return request(hdrs.METH_PUT, url, **kwargs)
725
726
727def patch(url, **kwargs):

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected