pub fn parse_har_transactions(har_json: &str) -> Result<ParsedHar, HarError>Expand description
Parse a HAR JSON string into transactions usable by the classifier.
ยงErrors
Returns HarError::InvalidJson when har_json is not valid JSON,
HarError::InvalidStructure when required HAR fields are missing, or
HarError::LimitExceeded when input safety limits are exceeded.