mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Support form submission of multipart/form-data
This commit is contained in:
parent
8db0367301
commit
cfde40e225
8 changed files with 135 additions and 17 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue