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ยง
- Resource
Timing - Resource timing information for an HTTP request.