I wanted just an asyncio http client, and first tried aiohttp. However when installing, I saw the package is very large. I did not realize there is also websocket stuff etc.
It is of course ok to stay monolithic if aiohttp wants to become the Twisted of HTTP. But there are downsides.
It would be greate if there were separate client, server & websocket support packages.
I wanted just an asyncio http client, and first tried aiohttp. However when installing, I saw the package is very large. I did not realize there is also websocket stuff etc.
It is of course ok to stay monolithic if aiohttp wants to become the Twisted of HTTP. But there are downsides.
It would be greate if there were separate client, server & websocket support packages.