pub fn classify_http_response( status: u16, reason: &str, headers: &[(String, String)], ) -> HttpClassification