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 11db0e2 commit 5568fd7Copy full SHA for 5568fd7
examples/emulate.rs
@@ -19,10 +19,10 @@ async fn main() -> Result<(), wreq::Error> {
19
20
println!("{}\n", text);
21
22
- // Example 2: Advanced emulation with options - Firefox128
+ // Example 2: Advanced emulation with options - OkHttp5
23
println!("=== Example 2: Firefox128 with Custom Options ===");
24
let emulation = Emulation::builder()
25
- .profile(Profile::Firefox128)
+ .profile(Profile::OkHttp5)
26
.platform(Platform::Windows)
27
.http2(true)
28
.build();
0 commit comments