mirror of
https://github.com/servo/servo.git
synced 2025-10-02 17:49:16 +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
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -4910,6 +4910,7 @@ dependencies = [
|
|||
"cookie",
|
||||
"crossbeam-channel",
|
||||
"cssparser",
|
||||
"data-url",
|
||||
"deny_public_fields",
|
||||
"devtools_traits",
|
||||
"dom_struct",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue