This commit is contained in:
Jędrzej Stuczyński
2025-05-19 11:58:53 +01:00
parent 4bff5631b6
commit 729f455e80
13 changed files with 165 additions and 12 deletions
+3
View File
@@ -606,6 +606,9 @@ impl Client {
Client {
base_url: new_url,
reqwest_client: self.reqwest_client.clone(),
#[cfg(target_arch = "wasm32")]
request_timeout: self.request_timeout,
}
}