Support form submission of multipart/form-data

This commit is contained in:
Prabhjyot Singh Sodhi 2016-01-08 17:32:17 +05:30 committed by Keith Yeung
parent 8db0367301
commit cfde40e225
8 changed files with 135 additions and 17 deletions

View file

@ -1812,6 +1812,7 @@ dependencies = [
"js 0.1.2 (git+https://github.com/servo/rust-mozjs)",
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"msg 0.0.1",
"net_traits 0.0.1",
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",