Comment on Show HN: Asynchronous HTTP/2 client for Python 2.7Comments−ericfrederich8yQt has an event loop and async http library. I've used it from PyQt with great success.−vsmhnOP8yDoes it support HTTP/2?−jcelerier8yyep, apparently (https://bugreports.qt.io/browse/QTBUG-50936)−jacobush8yThis other th2c library is MIT licensed, that might be appreciated by some people.
Comments
Qt has an event loop and async http library. I've used it from PyQt with great success.
Does it support HTTP/2?
yep, apparently (https://bugreports.qt.io/browse/QTBUG-50936)
This other th2c library is MIT licensed, that might be appreciated by some people.