Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
712
def
head(url, **kwargs):
713
warnings.warn(
"Use ClientSession().head() instead"
, DeprecationWarning)
714
return
request(hdrs.METH_HEAD, url, **kwargs)
715
716
717
def
post(url, **kwargs):
Callers
nothing calls this directly
Calls
1
request
Function · 0.70
Tested by
no test coverage detected