Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Jan 21, 2025
1 parent 6a385ab commit 3a2be74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/impersonate_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ async fn main() -> Result<(), rquest::Error> {
let impersonate = Impersonate::builder()
.impersonate(Impersonate::Firefox128)
.impersonate_os(ImpersonateOS::Windows)
.skip_http2(false)
.skip_headers(true)
.build();

Expand Down

0 comments on commit 3a2be74

Please sign in to comment.