kiota
kiota copied to clipboard
Python - Add HTTP/2 compliant HTTPRequestAdapter
Current HTTP library for Python only supports HTTP/1.1
and is unlikely to add HTTP/2
support in future owing to its synchronous codebase.