Description
Due to the hyper library not being maintained for the past few years, some http/2.0 requests throw errors on issues that are yet to be fixed in hyper library.
Solution
Integrate an actively maintained library like httpx to support http/2.0 requests, and deprecate hyper library usage.
Describe alternatives you've considered
Alternatives for making http/2.0 requests so far is the requests3 library, but it hasn't been released so far.
Description Due to the hyper library not being maintained for the past few years, some http/2.0 requests throw errors on issues that are yet to be fixed in hyper library.
Solution Integrate an actively maintained library like httpx to support http/2.0 requests, and deprecate hyper library usage.
Describe alternatives you've considered Alternatives for making http/2.0 requests so far is the requests3 library, but it hasn't been released so far.