1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

add multipart and urlencoded bodies support

This commit is contained in:
Nikolay Kim
2017-10-17 16:46:57 -07:00
parent fb92d5552d
commit 264380bf33
3 changed files with 156 additions and 11 deletions

View File

@ -42,6 +42,7 @@ regex = "0.2"
slab = "0.4"
sha1 = "0.2"
url = "1.5"
multipart-async = { version = "0.*", features=["server"]}
# tokio
bytes = "0.4"