Drop aiohttp.get(), aiohttp.options(), aiohttp.head(), aiohttp.post(), aiohttp.put(), aiohttp.patch(), aiohttp.delete(), and aiohttp.ws_connect() #1593
Closed
Description
aiohttp.get(), aiohttp.options(), aiohttp.head(), aiohttp.post(), aiohttp.put(), aiohttp.patch(), aiohttp.delete(), and aiohttp.ws_connect() are deprecated, use the ones in aiohttp.ClientSession() instead.
People using these deprecated versions had plenty of time to move to the ones in ClientSession instead.
Remove in v1.4.