Features
Wire Format Display
Show HTTP data in the actual wire format students learn in networking courses.
Syntax Highlighting
Automatic highlighting for JSON, HTML, CSS, and JavaScript content types.
Multiple Views
List, Duration, and Waterfall views for visualizing multiple requests.
Live Capture
Intercept and display real fetch() and XMLHttpRequest calls in real-time.
Request Builder
Built-in explorer for building and sending HTTP requests interactively.
Zero Dependencies
Pure vanilla JavaScript web components with no external dependencies.
Quick Start
Install via npm
Or use via CDN
Basic Usage
Components
<http-transaction>
Display a complete HTTP request/response pair side by side in wire format.
<http-request>
Display just the request portion: method, URL, headers, and body.
<http-response>
Display just the response portion: status, headers, and body.
<http-waterfall>
Visualize multiple HTTP requests with list, duration, and waterfall views.