//! HTTP client implementation for the QQ Guild Bot API.
//!//! This module provides the HTTP client for making requests to the QQ Bot API,
//! handling authentication, rate limiting, and error responses.
modclient;modrequest;modresponse;pubuseclient::HttpClient;#[cfg(test)]modtests;