pub async fn server_status(
client: &Arc<Client>,
token: &Arc<String>,
server: &str,
) -> Result<String>Expand description
Get server status via HTTP API.
ยงErrors
Returns an error if the HTTP request fails or the server status cannot be retrieved.