Skip to main content

classify_har_with_profile

Function classify_har_with_profile 

Source
pub fn classify_har_with_profile(
    har_json: &str,
    profile: &AnalyzerProfile,
) -> Result<HarClassificationReport, HarError>
Expand description

Classify a HAR payload using the analyzer selected by profile.

ยงErrors

Returns har::HarError when the input is not valid HAR JSON or is missing required HAR fields.