Skip to content

Commit 009e872

Browse files
committed
20.03.2024
* Reuse reqwest client added to RequestOptions * Request with cookie issue fixed
1 parent a020c9d commit 009e872

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,15 @@ rustls-tls = ["reqwest/rustls-tls"]
6969

7070
[[example]]
7171
name = "multiple_downloads"
72+
path = "examples/multiple_downloads.rs"
7273
required-features = ["performance_analysis"]
7374

7475
[[example]]
7576
name = "blocking"
77+
path = "examples/blocking.rs"
7678
required-features = ["blocking"]
7779

7880
[[example]]
7981
name = "download_with_ffmpeg"
82+
path = "examples/download_with_ffmpeg.rs"
8083
required-features = ["ffmpeg"]

0 commit comments

Comments
 (0)