Skip to main content

classify_har

Function classify_har 

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