codesenberg / bombardier

Fast cross-platform HTTP benchmarking tool written in Go
MIT License
5.91k stars 313 forks source link

Add support for HTTP/3 (QUIC protocol) #74

Open fagnercarvalho opened 3 years ago

fagnercarvalho commented 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.

What do you think?

gedw99 commented 4 months ago

I needed the same and used https://github.com/domsolutions/gopayloader which supports HTTP/1.1, HTTP/2, HTTP/3