HTTPX2 – A next-generation HTTP client for Python
1–10 of 48 posts
Re: HTTPX2 – A next-generation HTTP client for Python
#2“OpenAI: Migrating to HTTPX2” (github.com/openai)
66 points | 1 hour ago | 50 comments
Re: HTTPX2 – A next-generation HTTP client for Python
#3Re: HTTPX2 – A next-generation HTTP client for Python
#4Re: HTTPX2 – A next-generation HTTP client for Python
#5I 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.
Re: HTTPX2 – A next-generation HTTP client for Python
#6People should be aware how much worse HTTPX performs versus Aiohttp. For high scale systems it makes a massive difference
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...)
Re: HTTPX2 – A next-generation HTTP client for Python
#7I 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.
(FWIW I agree w/ your objection to the "httpx2" name.)
Re: HTTPX2 – A next-generation HTTP client for Python
#8I 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.
Re: HTTPX2 – A next-generation HTTP client for Python
#9People should be aware how much worse HTTPX performs versus Aiohttp. For high scale systems it makes a massive difference
Re: HTTPX2 – A next-generation HTTP client for Python
#10People should be aware how much worse HTTPX performs versus Aiohttp. For high scale systems it makes a massive difference