pub fn classify_har(har_json: &str) -> Result<HarClassificationReport, HarError>Expand description
Classify all entries in a HAR JSON payload.
ยงErrors
Returns har::HarError when the input is not valid HAR JSON
or is missing required HAR fields.
pub fn classify_har(har_json: &str) -> Result<HarClassificationReport, HarError>Classify all entries in a HAR JSON payload.
Returns har::HarError when the input is not valid HAR JSON
or is missing required HAR fields.