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

Method put

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

Source from the content-addressed store, hash-verified

1431 ) -> "_RequestContextManager": ...
1432
1433 def put(
1434 self,
1435 url: StrOrURL,
1436 **kwargs: Unpack[_RequestOptions],
1437 ) -> "_RequestContextManager": ...
1438
1439 def patch(
1440 self,

Callers 9

test_putFunction · 0.45
test_http_PUTFunction · 0.45
test_add_viewFunction · 0.45
test_decorate_viewFunction · 0.45
test_web_viewFunction · 0.45

Calls 1

_requestMethod · 0.95

Tested by 9

test_putFunction · 0.36
test_http_PUTFunction · 0.36
test_add_viewFunction · 0.36
test_decorate_viewFunction · 0.36
test_web_viewFunction · 0.36