Skip to main content

Module network

Module network 

Source
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§

CapturedCookie
CapturedError
CapturedHeader
CapturedRequest
CapturedResponse
A captured network response.
CapturedTiming
Filter
NetworkEntry
NetworkLog
NetworkMetrics

Functions§

make_network_handler