points by casper14 16 hours ago People should be aware how much worse HTTPX performs versus Aiohttp. For high scale systems it makes a massive difference
nateb2022 16 hours ago pyreqwest has been delightful so far: https://github.com/MarkusSintonen/pyreqwestIt's been a pleasure to use, has a httpx compatibility layer, and it's fast (https://github.com/MarkusSintonen/pyreqwest/blob/main/docs/b...)
greatgib 7 hours ago I can attest of that, and in addition of harmful decisions of the maintainer that are loaded foot guns...
ranger_danger 15 hours ago I searched and searched for way too long and could not find any information on whether or not aiohttp supports HTTP/2 or 3... do you know or have any reference that explains what all is supported? t098i3 8 hours ago It does not: https://github.com/aio-libs/aiohttp/issues/5999
pyreqwest has been delightful so far: https://github.com/MarkusSintonen/pyreqwest
It's been a pleasure to use, has a httpx compatibility layer, and it's fast (https://github.com/MarkusSintonen/pyreqwest/blob/main/docs/b...)
AIUI the fork has better performance.
I keep confusing aiortc and aoc
I can attest of that, and in addition of harmful decisions of the maintainer that are loaded foot guns...
I searched and searched for way too long and could not find any information on whether or not aiohttp supports HTTP/2 or 3... do you know or have any reference that explains what all is supported?
It does not: https://github.com/aio-libs/aiohttp/issues/5999