pub fn log_http_request( context: &LoggingContext, method: &str, path: &str, status: u16, duration_ms: u128, user_agent: Option<&str>, )
Log an HTTP request