pub fn investigate_har_cached(
har_json: &str,
cache: &dyn InvestigationReportCache,
) -> Result<InvestigationReport, HarError>Expand description
Build an investigation report from a HAR payload using a cache and the conservative Unknown class.
ยงErrors
Returns har::HarError when the HAR payload is invalid or malformed.