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

Method head

aiohttp/client.py:1421–1425  ·  view source on GitHub ↗
(
            self,
            url: StrOrURL,
            **kwargs: Unpack[_RequestOptions],
        )

Source from the content-addressed store, hash-verified

1419 ) -> "_RequestContextManager": ...
1420
1421 def head(
1422 self,
1423 url: StrOrURL,
1424 **kwargs: Unpack[_RequestOptions],
1425 ) -> "_RequestContextManager": ...
1426
1427 def post(
1428 self,

Calls 1

_requestMethod · 0.95