mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
add reqwest alternative to http proxy
This commit is contained in:
@ -9,5 +9,9 @@ awc = "3"
|
||||
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
env_logger.workspace = true
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||
log.workspace = true
|
||||
reqwest = { version = "0.11", features = ["stream"] }
|
||||
tokio = { version = "1.13.1", features = ["sync"] }
|
||||
tokio-stream = { version = "0.1.3", features = ["sync"] }
|
||||
url = "2.2"
|
||||
|
Reference in New Issue
Block a user