aquatic_http: bencoded response with content-length

This commit is contained in:
Joakim Frostegård 2020-07-02 13:45:56 +02:00
parent a487347a0d
commit 6b1f11635b
6 changed files with 126 additions and 12 deletions

View file

@ -17,6 +17,7 @@ path = "src/bin/main.rs"
anyhow = "1"
aquatic_cli_helpers = { path = "../aquatic_cli_helpers" }
aquatic_common = { path = "../aquatic_common" }
bendy = { version = "0.3", features = ["std", "serde"] }
either = "1"
flume = "0.7"
hashbrown = { version = "0.7", features = ["serde"] }