Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ options
Function
options
aiohttp/client.py:707–709 ·
view source on GitHub ↗
(url, **kwargs)
Source
from the content-addressed store, hash-verified
705
706
707
def
options(url, **kwargs):
708
warnings.warn(
"Use ClientSession().options() instead"
, DeprecationWarning)
709
return
request(hdrs.METH_OPTIONS, url, **kwargs)
710
711
712
def
head(url, **kwargs):
Callers
nothing calls this directly
Calls
1
request
Function · 0.70
Tested by
no test coverage detected