Skip to main content

analyze_and_plan

Function analyze_and_plan 

Source
pub fn analyze_and_plan(har_json: &str) -> Result<InvestigationBundle, HarError>
Expand description

Perform HAR investigation, infer requirements, and produce a runtime policy in one call.

ยงErrors

Returns har::HarError when the HAR payload is invalid or malformed.