Skip to main content

investigate_har_cached_with_target_class

Function investigate_har_cached_with_target_class 

Source
pub fn investigate_har_cached_with_target_class(
    har_json: &str,
    target_class: TargetClass,
    cache: &dyn InvestigationReportCache,
) -> Result<InvestigationReport, HarError>
Expand description

Build an investigation report from a HAR payload using an external cache and explicit target class.

ยงErrors

Returns har::HarError when the HAR payload is invalid or malformed.