Expand description
Passive network instrumentation for BiDi browsers.
Captures every request, response, and fetch error that flows through the browser, then provides ergonomic query, streaming, and export utilities.
This module captures response metadata only. Response bodies are not
fetched because the rustenium-bidi-definitions crate does not expose a
network.getResponseBody command and the ResponseContent event only
reports size. Callers that need body content must fetch it separately.
Structs§
- Captured
Cookie - Captured
Error - Captured
Header - Captured
Request - Captured
Response - A captured network response.
- Captured
Timing - Filter
- Network
Entry - Network
Log - Network
Metrics