mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Use data_url::Mime to parse the MIME Types
This commit follows the spectification https://fetch.spec.whatwg.org/#concept-header-extract-mime-type
This commit is contained in:
parent
15a435a7ae
commit
43b3d93aec
10 changed files with 147 additions and 60 deletions
|
@ -43,6 +43,7 @@ content-security-policy = { version = "0.4.0", features = ["serde"] }
|
|||
cookie = "0.11"
|
||||
crossbeam-channel = "0.4"
|
||||
cssparser = "0.27"
|
||||
data-url = "0.1.0"
|
||||
deny_public_fields = { path = "../deny_public_fields" }
|
||||
devtools_traits = { path = "../devtools_traits" }
|
||||
dom_struct = { path = "../dom_struct" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue