Skip to main content

investigate_har

Function investigate_har 

Source
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.