http2-inspector
Low-level HTTP/2 frame inspector and analysis tool for debugging protocol-level behavior.
Purpose
HTTP/2 debugging tools rarely expose raw frame data. http2-inspector fills that gap by parsing frames directly and presenting headers, stream state, and flow control information in a readable format.
It is useful when protocol-level issues need to be isolated without the noise of higher-level application logs.
Tech Stack
Language
Protocol
Focus
Project Timeline
Started while debugging HTTP/2 stream resets in production.
Basic frame parser capable of reading raw binary HTTP/2 traffic.
Switched to a streaming parser to handle large captures without loading everything into memory.
Repository made public with documentation and installation instructions.
Active. Core frame parsing and header inspection are working.
Live capture support, Wireshark export, plugin system.
Current Progress
GitHub
Repository metadata placeholders for future API integration.
2026-06-29
2026-07-26
Active
public
github.com/d3f4lt0/http2-inspector
README
Rust
Low-level HTTP/2 frame inspector and analysis tool for debugging protocol-level behavior.