But it's not feature complete if it can't make modern networking requests when the whole point of a library like requests is to make networking requests.
> whole point of a library like requests is to make networking requests.
The whole point of requests is to make HTTP requests easy. HTTPLib was/is an arse to use.
as HTTP3 is really not that widely adopted, and where it is, has fallbacks to 1.1 whats the point?
Plus the people who are keen on HTTP3 also seem to be keen on async, https://github.com/aiortc/aioquic/tree/main/examples which even though it isn't seems to be overly complex and difficult to use. Contrast that to r.get(url)....