pub fn render_capture_html(entries: &[CaseCapture]) -> StringExpand description
Render the full HTML viewer for a slice of captured probes.
Bodies are kept verbatim (already truncated upstream to
CAPTURE_BODY_CAP_BYTES); the HTML escapes everything before
inserting into the DOM so payload content cannot break out of
the rendering.