Why I forked httpx
tildeweb.nl
Why I forked httpx
1–10 of 194 posts
Re: Why I forked httpx
#2Re: Why I forked httpx
#3Re: Why I forked httpx
#4I am trying to resolve what you've seen. For years of hard work.
Re: Why I forked httpx
#5Just a small headsup: clicking on the Leiden Python link in your About Me page give not the expected results.
And a small nitpick: it's "Michiel's" in English (where it's "Michiels" in Dutch).
Thanks for devoting time to opensource... <3
Re: Why I forked httpx
#6Re: Why I forked httpx
#7Somehow I confused httpx with htmlx
Re: Why I forked httpx
#8Re: Why I forked httpx
#9the http landscape is rather scary lately in Python. instead of forking join forces... See Niquests https://github.com/jawah/niquests I am trying to resolve what you've seen. For years of hard work.
Re: Why I forked httpx
#10the http landscape is rather scary lately in Python. instead of forking join forces... See Niquests https://github.com/jawah/niquests I am trying to resolve what you've seen. For years of hard work.
I think that it owes its success to be first "port" of python requests to support async, that was a strong need.
But otherwise it is bad: API is not that great, performance is not that great, tweaking is not that great, and the maintainer mindset is not that great also. For the last point, few points were referenced in the article, but it can easily put your production project to suddenly break in a bad way without valid reason.
Without being perfect, I would advise everyone to switch to Aiohttp.