-
Notifications
You must be signed in to change notification settings - Fork 564
Tools
Mark Nottingham edited this page Nov 30, 2015
·
24 revisions
This is a listing of tools for analysing, debugging and visualising HTTP/2. See also the Implementations listing.
- Curl supports HTTP/21 as of 7.43.0. See its documentation for details (including prerequisites).
- h2i is a command-line interactive client that lets you send H2 frames, translate H1 to H2, and generally figure out how the protocol works.
- h2load is a benchmarking / load generation tool for HTTP/2 and SPDY.
- is-http2 lets you quickly find out if a host supports H2 from the command line.
- Wireshark has a HTTP/2 decoder2.
1 Curl is strictly an implementation, but it's listed here because many people use it as a tool.
2 Note that to use it on TLS-protected connections, you'll need to do NSS Keylogging. See also the Wireshark SSL/TLS docs.
NOTE: All contributions are made under these terms.