mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Implement MIME sniffing.
This commit is contained in:
parent
a277036dd9
commit
44930b0fb0
105 changed files with 2021 additions and 2 deletions
|
@ -47,6 +47,7 @@ pub mod pub_domains;
|
|||
pub mod resource_task;
|
||||
pub mod storage_task;
|
||||
mod sniffer_task;
|
||||
mod mime_classifier;
|
||||
|
||||
/// An implementation of the [Fetch spec](http://fetch.spec.whatwg.org/)
|
||||
pub mod fetch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue