Skip to main content

compute_errors

Function compute_errors 

Source
pub fn compute_errors(
    cap: &Capture,
    filter: &Filter,
    top: usize,
    unsafe_include: bool,
) -> ErrorsResult
Expand description

Group 4xx/5xx/failed responses by (host, method, norm_path, status). unsafe_include disables body redaction. top bounds the list.