Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
702
def
get(url, **kwargs):
703
warnings.warn(
class
="st">"Use ClientSession().get() instead", DeprecationWarning)
704
return
request(hdrs.METH_GET, url, **kwargs)
705
706
707
def
options(url, **kwargs):
Callers
nothing calls this directly
Calls
1
request
Function · 0.70
Tested by
no test coverage detected