Open fagnercarvalho opened 3 years ago
Would it be possible to add support for HTTP/3 with the new QUIC protocol? I wanted to benchmark HTTP/3 with HTTP/2 and HTTP/1.1.
We could add a --http3 flag, add a QUIC client to the available clients and work from there.
--http3
What do you think?
I needed the same and used https://github.com/domsolutions/gopayloader which supports HTTP/1.1, HTTP/2, HTTP/3
Would it be possible to add support for HTTP/3 with the new QUIC protocol? I wanted to benchmark HTTP/3 with HTTP/2 and HTTP/1.1.
We could add a
--http3
flag, add a QUIC client to the available clients and work from there.What do you think?