aiohttp

ClientSession()

class aiohttp.ClientSession
async def get(url):
    async with ClientSession() as session:
        async with session.get(url) as response:
            return response