feat(http): Avoid duplicating the Response body Vec

This commit is contained in:
Kerollmops
2018-05-05 12:22:08 +02:00
committed by Clément Renault
parent a20405f786
commit 80c05a9b50
4 changed files with 98 additions and 82 deletions

View File

@ -13,7 +13,7 @@ lazy_static = "1.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tokio-minihttp = { git = "https://github.com/tokio-rs/tokio-minihttp.git" }
tokio-minihttp = { git = "https://github.com/Kerollmops/tokio-minihttp.git" }
tokio-proto = "0.1"
tokio-service = "0.1"
url = "1.7"