We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67044d7 commit d9b9266Copy full SHA for d9b9266
src/client.rs
@@ -13,7 +13,7 @@ static DEFAULT_BASE: &str = "https://uapis.cn/api/v1";
13
static DEFAULT_UA: &str = "uapi-sdk-rust/0.1.1";
14
static DEFAULT_BASE_URL: Lazy<Url> = Lazy::new(|| Url::parse(DEFAULT_BASE).expect("valid default base"));
15
16
-#[derive(Clone)]
+#[derive(Clone, Debug)]
17
pub struct Client {
18
pub(crate) http: reqwest::Client,
19
pub(crate) base_url: Url,
0 commit comments