Add multipart/form-data support

This commit is contained in:
e00E
2017-07-09 14:23:32 +02:00
committed by Sean McArthur
parent fe8c7a2d01
commit 93c8321305
5 changed files with 483 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ hyper = "0.11"
hyper-tls = "0.1.2"
libflate = "0.1.11"
log = "0.3"
mime_guess = "2.0.0-alpha.2"
native-tls = "0.1.3"
serde = "1.0"
serde_json = "1.0"
@@ -24,11 +25,12 @@ tokio-core = "0.1.6"
tokio-io = "0.1"
tokio-tls = "0.1"
url = "1.2"
uuid = { version = "0.5", features = ["v4"] }
[dev-dependencies]
env_logger = "0.4"
serde_derive = "1.0"
error-chain = "0.10"
serde_derive = "1.0"
[features]
unstable = []