src/api2/admin/datastore/h2upload.rs: add test code for http2

This commit is contained in:
Dietmar Maurer
2019-04-27 08:57:35 +02:00
parent 490be29ed6
commit 152764ec15
3 changed files with 86 additions and 0 deletions

View File

@ -25,6 +25,7 @@ tokio-tls = "0.2"
tokio-signal = "0.2"
native-tls = "0.2"
http = "0.1"
h2 = "0.1"
hyper = "0.12"
hyper-tls = "0.3"
lazy_static = "1.1"