We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d316429 commit 798372fCopy full SHA for 798372f
examples/base_url.rs
@@ -5,7 +5,7 @@ async fn main() -> Result<(), rquest::Error> {
5
tracing_subscriber::fmt()
6
.with_max_level(tracing::Level::TRACE)
7
.init();
8
-
+
9
// Build a client to impersonate Edge131
10
let mut client = Client::builder()
11
.impersonate(Impersonate::Edge131)
0 commit comments