rc/client/http_client.rs: add experimental h2 upgrade code

This commit is contained in:
Dietmar Maurer
2019-04-29 11:57:58 +02:00
parent 5a2df00004
commit cf639a47de
3 changed files with 46 additions and 0 deletions

View File

@ -18,6 +18,7 @@ serde_json = "1.0"
serde_derive = "1.0"
url = "1.7"
futures = "0.1"
bytes = "0.4"
tokio-threadpool = "0.1"
tokio = "0.1"
tokio-fs = "0.1"