Loading request...
Due to `httpx` being abandoned, the request is to migrate all HTTP client usages to `aiohttp`. Additionally, it suggests using a library like `descanso` or a similar abstraction to easily switch HTTP clients in the future, especially for plugins.
As httpx is now dead, we should switch to using aiohttp everywhere across the organization, and as soon as possible https://descanso.readthedocs.io/en/latest is a nice lib which allows to bring your own http client and serialization library We can then switch out http client quite easily if another one dies again Maybe not necessarily descanso, but we need to abstract out for sure, especially for our plugins