mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Move http_loader::Connector to a separate module
This commit is contained in:
parent
0617727f5b
commit
c344461017
5 changed files with 47 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue