python-hyper / hyper

HTTP/2 for Python.
http://hyper.rtfd.org/en/latest/
MIT License
1.05k stars 191 forks source link

How can I add query parameters when using class HTTP20Connection? #428

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi,

Is it possible to add query parameters when sending a HTTP/2 GET message using class HTTP20Connection? If so, can you paste an example here? Thanks in advance,

Jan