Move http_loader::Connector to a separate module

This commit is contained in:
Matt Brubeck 2016-05-10 11:10:09 -07:00
parent 0617727f5b
commit c344461017
5 changed files with 47 additions and 36 deletions

View file

@ -44,6 +44,7 @@ extern crate websocket;
pub mod about_loader;
pub mod bluetooth_thread;
pub mod chrome_loader;
pub mod connector;
pub mod cookie;
pub mod cookie_storage;
pub mod data_loader;