move payload futures from actix-http

This commit is contained in:
Nikolay Kim 2019-03-17 00:48:40 -07:00
parent c80884904c
commit 9012c46fe1
8 changed files with 688 additions and 24 deletions

View file

@ -81,7 +81,7 @@ mime = "0.3"
net2 = "0.2.33"
parking_lot = "0.7"
regex = "1.0"
serde = "1.0"
serde = { version = "1.0", features=["derive"] }
serde_json = "1.0"
serde_urlencoded = "^0.5.3"
time = "0.1"