mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
M1456, Implement MIME sniffing initial Step
This commit is contained in:
parent
c5e1b0d32e
commit
7472564bf6
3 changed files with 56 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue