Implement MIME sniffing.

This commit is contained in:
Nathan Climer 2014-11-14 08:45:32 -05:00 committed by Josh Matthews
parent a277036dd9
commit 44930b0fb0
105 changed files with 2021 additions and 2 deletions

View file

@ -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 {