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

@ -44,6 +44,7 @@ hyper = { version = "0.9", features = [ "serde-serialization" ] }
image = "0.9"
libc = "0.2"
log = "0.3.5"
mime = "0.2.0"
num-traits = "0.1.32"
offscreen_gl_context = "0.1.2"
rand = "0.3"