Function replace_log_placeholders

Source
pub fn replace_log_placeholders(
    input: &str,
    request_parts: &Parts,
    socket_data: &SocketData,
    auth_user: Option<&str>,
    timestamp_str: &str,
    status_code: u16,
    content_length: Option<u64>,
) -> String