move websocket creation to resource task

This commit is contained in:
Nova Fallen 2015-12-02 23:54:24 -05:00
parent 9f9d3570fc
commit e8c8277f34
10 changed files with 234 additions and 101 deletions

View file

@ -28,6 +28,7 @@ extern crate time;
extern crate url;
extern crate util;
extern crate uuid;
extern crate websocket;
pub mod about_loader;
pub mod cookie;
@ -41,6 +42,7 @@ pub mod mime_classifier;
pub mod pub_domains;
pub mod resource_task;
pub mod storage_task;
pub mod websocket_loader;
/// An implementation of the [Fetch spec](https://fetch.spec.whatwg.org/)
pub mod fetch {