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

Method get

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

Source from the content-addressed store, hash-verified

1407 if sys.version_info >= (3, 11) and TYPE_CHECKING:
1408
1409 def get(
1410 self,
1411 url: StrOrURL,
1412 **kwargs: Unpack[_RequestOptions],
1413 ) -> "_RequestContextManager": ...
1414
1415 def options(
1416 self,

Calls 1

_requestMethod · 0.95