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

Function head

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

Source from the content-addressed store, hash-verified

710
711
712def head(url, **kwargs):
713 warnings.warn("Use ClientSession().head() instead", DeprecationWarning)
714 return request(hdrs.METH_HEAD, url, **kwargs)
715
716
717def post(url, **kwargs):

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected