Fernando Hernandez

Results 1 comments of Fernando Hernandez

you can bypass the protocol negotiation and talk directly with a HTTP2 only server this way. ``` from hyper.http20.connection import HTTP20Connection connection = HTTP20Connection( host='localhost', port=8888, ) request = connection.request('POST',...