Add support fo byte range requests for blob URLs

This commit is contained in:
Fernando Jiménez Moreno 2018-11-10 11:57:47 +01:00
parent 8538634210
commit a84442864d
4 changed files with 179 additions and 195 deletions

View file

@ -17,7 +17,6 @@ extern crate profile_traits;
#[macro_use]
extern crate serde;
mod blob_loader;
pub mod connector;
pub mod cookie;
pub mod cookie_storage;