MCPcopy
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
707def options(url, **kwargs):
708 warnings.warn("Use ClientSession().options() instead", DeprecationWarning)
709 return request(hdrs.METH_OPTIONS, url, **kwargs)
710
711
712def head(url, **kwargs):

Callers

nothing calls this directly

Calls 1

requestFunction · 0.70

Tested by

no test coverage detected