feat: forward stream

This commit is contained in:
2020-08-09 11:04:49 +08:00
parent 05538818ff
commit 66b6ddda9c
3 changed files with 933 additions and 431 deletions

View File

@@ -8,9 +8,13 @@ edition = "2018"
[dependencies]
tokio = { version = "0.2", features = ["full"] }
reqwest = "0.10"
reqwest = { version = "0.10", features = ["stream"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
warp = "0.2"
clap = "2.0"
rust_util = "0.6"
actix-http = "1.0"
actix-web = "2"
actix-rt = "1"
bytes = "0.5"
futures-core = "0.3"