logoalt Hacker News

casper14today at 2:03 PM4 repliesview on HN

People should be aware how much worse HTTPX performs versus Aiohttp. For high scale systems it makes a massive difference


Replies

nateb2022today at 2:20 PM

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...)

NewJazztoday at 2:46 PM

AIUI the fork has better performance.

qurrentoday at 2:46 PM

I keep confusing aiortc and aoc

ranger_dangertoday at 3:19 PM

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?