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

Method delete

aiohttp/client.py:421–425  ·  view source on GitHub ↗

Perform HTTP DELETE request.

(self, url, **kwargs)

Source from the content-addressed store, hash-verified

419 **kwargs))
420
421 def delete(self, url, **kwargs):
422 """Perform HTTP DELETE request."""
423 return _RequestContextManager(
424 self._request(hdrs.METH_DELETE, url,
425 **kwargs))
426
427 def close(self):
428 """Close underlying connector.

Callers

nothing calls this directly

Calls 2

_requestMethod · 0.95

Tested by

no test coverage detected