rakyll / hey

HTTP load generator, ApacheBench (ab) replacement
Apache License 2.0
17.65k stars 1.17k forks source link

How can I set --http2-prior-knowledge in hey #221

Open lawrenceching opened 3 years ago

lawrenceching commented 3 years ago

Hi,

How can I set prior knowledge in hey? I do it in curl with "--http2-prior-knowledge" parameter.

I'm testing a server that supports both http1.1 and http2. Running with "-h2" parameter, hey actually sends HTTP1.1 request to server.

Thanks in Advanced.