Skip to main content

Module network

Module network 

Source
Expand description

Deep network capture (network.json). Aggregated from CDP Network.* events. Headers and credential-bearing URL components are redacted by default per crate::shared::redact. This module defines the on-wire schema and the redaction helper used by tests.

Structs§

NetworkEntry
NetworkLog
NetworkSummary
NetworkTiming

Enums§

NetworkEntryState

Constants§

NETWORK_SCHEMA_VERSION

Functions§

redact_headers
Apply the default redaction policy to a header map in-place. Pass enabled = false for --no-network-redact.
redact_request_url
Apply the default URL redaction policy used by network.json. Pass enabled = false only for the explicit --no-network-redact opt-out.
write