Skip to main content

Module timeline

Module timeline 

Available on crate feature inspect only.
Expand description

Format-independent view model for a recorded capture.

A decoder turns one capture file (HAR, qlog, …) into a Timeline: file Timeline::summary metadata, the Connections the capture observed, and time-ordered Entry items carrying their own detail Sections. A viewer renders that shape without knowing which format produced it.

View adds the interaction state a viewer needs — connection scope, text filter, selection and a visible time window — so navigation behaviour is shared and testable outside any user interface.

Structs§

Connection
A connection (or trace / stream group) the capture observed.
CopyItem
Text a viewer can copy out of an Entry.
Entry
One item on the timeline: an HTTP exchange, a protocol event, a message, …
Field
A named value in a Section, a Connection or a file summary.
Section
One detail block of an Entry, rendered as a titled group.
Timeline
One decoded capture file.
View
Interaction state over a Timeline: scope, filter, selection and window.

Enums§

Level
How prominently an Entry should be rendered.
SectionBody
Content of a Section.