pub fn http_flows<'a>(
manifest: &'a PackManifest,
) -> impl Iterator<Item = &'a PackFlowEntry> + 'aExpand description
Iterator over HTTP flows embedded in the pack.
pub fn http_flows<'a>(
manifest: &'a PackManifest,
) -> impl Iterator<Item = &'a PackFlowEntry> + 'aIterator over HTTP flows embedded in the pack.