I made a GUI tool for testing HTTP/3 #140
alexandrehtrb
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I got interested in HTTP/3 and QUIC a few months ago and noticed the lack of a GUI tool, like Postman, for testing. Postman does not support HTTP versions other than 1.1 currently.
I made a tool for that, with support for HTTP/2 and HTTP/3. It uses .NET 6 and msquic on Linux:
https://github.com/alexandrehtrb/Pororoca
Just sharing in case it could help someone!
Beta Was this translation helpful? Give feedback.
All reactions