Skip to main content

Module resource_timing

Module resource_timing 

Source
Expand description

Resource timing for HTTP requests, shared by the browser-side Request::timing and the API-side APIResponse::timing.

Split into its own module so the pure parse/merge logic sits in mutation scope (.cargo/mutants.toml); the protocol objects it serves are only testable against a live driver, which mutation testing excludes.

Structsยง

ResourceTiming
Resource timing information for an HTTP request.