Adding paralel request

This commit is contained in:
Marco De Araujo 2025-12-26 14:11:52 -04:00
parent 21584f4edf
commit 0de1f9e083
2 changed files with 40 additions and 3 deletions

View file

@ -6,6 +6,7 @@ use crate::{
data::{self, heartbeat::HeartbeatResponse, status_page::model::StatusPageResponse},
};
#[derive(Debug, Clone)]
pub struct UptimeKumaClient {
client: Client,
}