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