https://github.com/httpie/httpie/issues/692#issuecomment-1118766744 this httpie-http2 is just broken, does not work at all for anything, have to uninstall: ```console $ httpie --verbose https://h2book.com GET / HTTP/1.1 Accept-Encoding: gzip, deflate Accept: */* Connection: keep-alive User-Agent: HTTPie/3.1.0 Host: h2book.com __main__.py: error: TypeError: sequence item 0: expected str instance, bytes found ➸ python3 -V Python 3.9.7 ```