M1456, Implement MIME sniffing initial Step

This commit is contained in:
Kshitij Parajuli 2014-10-19 13:17:53 -04:00 committed by David Zager
parent c5e1b0d32e
commit 7472564bf6
3 changed files with 56 additions and 2 deletions

View file

@ -37,6 +37,7 @@ pub mod data_loader;
pub mod image_cache_task;
pub mod local_image_cache;
pub mod resource_task;
mod sniffer_task;
/// An implementation of the [Fetch spec](http://fetch.spec.whatwg.org/)
pub mod fetch {