Montellese / mediaimporter.emby

Media importer add-on for Kodi to import items from Emby servers into Kodi
GNU General Public License v2.0
12 stars 3 forks source link

HTTP/2 Support #33

Open darthShadow opened 4 years ago

darthShadow commented 4 years ago

Please consider supporting HTTP/2 as well for the performance improvements of multiplexing multiple requests over a single connection.

Plugging in the hyper library into requests for HTTP/2 support is only a single-line addition and should be backwards compatible.

Documentation: hyper.readthedocs.io/en/latest/quickstart.html#requests-integration

Montellese commented 4 years ago

This requires hyper as a module in Kodi.