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:
@ -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"
|
||||
|
Reference in New Issue
Block a user