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

Function delete

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

Source from the content-addressed store, hash-verified

730
731
732def delete(url, **kwargs):
733 warnings.warn("Use ClientSession().delete() instead", DeprecationWarning)
734 return request(hdrs.METH_DELETE, url, **kwargs)
735
736
737def ws_connect(url, *, protocols=(), timeout=10.0, connector=None, auth=None,

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected