1
0
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:
Rob Ede
2023-01-01 20:22:50 +00:00
parent d6b3d2d57e
commit 7ca1024742
3 changed files with 85 additions and 6 deletions

View File

@ -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"