reorx / httpstat

curl statistics made simple
MIT License
5.94k stars 384 forks source link

HTTP/2 Support #11

Closed jonnybarnes closed 7 years ago

jonnybarnes commented 7 years ago

Is this something that could be added?

reorx commented 7 years ago

See #12, it depends on your curl, once curl is compiled with nghttp2 support, you can add --http2 option to make curl sending HTTP2 request, httpstat can parse and show the results as usual.