Add content_type to metadata in file_loader

This commit is contained in:
Keith Yeung 2015-11-19 14:27:49 -08:00
parent a5babb89a0
commit af705a6faf
6 changed files with 36 additions and 2 deletions

View file

@ -20,6 +20,7 @@ extern crate flate2;
extern crate brotli;
extern crate hyper;
extern crate ipc_channel;
extern crate mime_guess;
extern crate msg;
extern crate net_traits;
extern crate openssl;