- What's a HAR file?
- HTTP Archive — a JSON dump of network activity from browser DevTools. Captures every request, response, timing, headers, and body.
- What does the viewer show?
- Waterfall chart of requests, per-request details (timing, size, headers, body), and summary stats (total time, transferred bytes, blocking requests).
- Can I see the response body?
- Yes — full request and response bodies are in the HAR. The viewer displays them with content-type-aware rendering (JSON, HTML, images).