pub fn investigate_har_with_profile(
har_json: &str,
profile: &AnalyzerProfile,
) -> Result<InvestigationReport, HarError>Expand description
Build an investigation report from a HAR payload using an explicit analyzer profile.
ยงErrors
Returns har::HarError when the HAR payload is invalid or malformed.