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

@ -51,6 +51,8 @@ extern crate js;
extern crate libc;
#[macro_use]
extern crate log;
#[macro_use]
extern crate mime;
extern crate msg;
extern crate net_traits;
extern crate num_traits;