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

Method request

aiohttp/test_utils.py:354–356  ·  view source on GitHub ↗
(
            self, method: str, path: StrOrURL, **kwargs: Unpack[_RequestOptions]
        )

Source from the content-addressed store, hash-verified

352 if sys.version_info >= (3, 11) and TYPE_CHECKING:
353
354 def request(
355 self, method: str, path: StrOrURL, **kwargs: Unpack[_RequestOptions]
356 ) -> _RequestContextManager: ...
357
358 def get(
359 self,

Callers 1

_requestMethod · 0.45

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected