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

Method options

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

Source from the content-addressed store, hash-verified

1413 ) -> "_RequestContextManager": ...
1414
1415 def options(
1416 self,
1417 url: StrOrURL,
1418 **kwargs: Unpack[_RequestOptions],
1419 ) -> "_RequestContextManager": ...
1420
1421 def head(
1422 self,

Callers 2

test_optionsFunction · 0.45
test_http_OPTIONSFunction · 0.45

Calls 1

_requestMethod · 0.95

Tested by 2

test_optionsFunction · 0.36
test_http_OPTIONSFunction · 0.36