HTTPX2 – A next-generation HTTP client for Python
tosh
119 points
38 comments
August 28, 2026
Related Discussions
Found 5 related stories in 47.6ms across 4,827 title embeddings via pgvector HNSW
- Migrating to HTTPX2 tosh · 190 pts · August 28, 2026 · 67% similar
- Htmx 4.0 rmsaksida · 601 pts · August 28, 2026 · 44% similar
- How I use HTMX with Go gnabgib · 182 pts · July 14, 2026 · 42% similar
- Show HN: PyScrappy, self-healing web scraping selectors plus an MCP server vedaant00 · 20 pts · August 16, 2026 · 41% similar
- Hax – a minimalist, terminal-native coding agent written in C OleksandrC · 95 pts · August 12, 2026 · 39% similar
Discussion Highlights (9 comments)
WalterGR
Also see the user’s other submission https://news.ycombinator.com/item?id=49477212 “OpenAI: Migrating to HTTPX2” (github.com/openai) 66 points | 1 hour ago | 50 comments
jenders
I would been pleased to see this project named something else, maybe “httpx-ng” or “httpy” as I immediately link “http*2” with the obsolete http/2 protocol and not the httpx project.
casper14
People should be aware how much worse HTTPX performs versus Aiohttp. For high scale systems it makes a massive difference
BoumTAC
Noob question: what's the purpose of having so many request libraries? In JavaScript it's crazy, but in Python it's starting to feel the same: requests, httpx, httpx2... From my perspective, HTTP requests have been mastered for years (decades?). What's the point of switching libraries? What's so extraordinary about the new HTTP library that makes requests look crap? I understand that new protocols appear from time to time (like HTTP/2), but that's very rare. And if there are performance differences between two libraries, are they really that huge? Even if they are, 99% of people don't need that boost. What prevents someone from just improving the existing library's performance?
vivzkestrel
aiohttp vs httpx2?
niltecedu
Everytime someone is using httpx I always wonder why use that especially when niquests exists? I feel like it has always been such a better package
x1colegal
Cool project bro
dethos
HTTPX2 isn't a great name for a fork (or at all). Just leads to more confusion. Nevertheless, I'm curious about the pros and cons when comparing with "niquests".
cbsmith
I thought we all moved over to Niquests and/or aiocquic and HTTP/3 these days.