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

Function get

aiohttp/client.py:702–704  ·  aiohttp/client.py::get
(url, **kwargs)

Source from the content-addressed store, hash-verified

700
701
702def get(url, **kwargs):
703 warnings.warn(class="st">"Use ClientSession().get() instead", DeprecationWarning)
704 return request(hdrs.METH_GET, url, **kwargs)
705
706
707def options(url, **kwargs):

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected