ovh / venom

🐍 Manage and run your integration tests with efficiency - Venom run executors (script, HTTP Request, web, imap, etc... ) and assertions
Apache License 2.0
1.06k stars 144 forks source link

Add HTTP/2 support #807

Open prime-optimus opened 3 months ago

prime-optimus commented 3 months ago

Are there any plans to add HTTP/2 support to the HTTP executor? Or maybe create a new HTTP/2 only executor.

Thanks!

yesnault commented 3 months ago

Hi, no plan for now. As a workaround, you can use a user executor with curl for that.