Adds tests for gzip/deflate response decoding

This commit is contained in:
Sam Gibson 2015-08-16 17:16:10 +10:00
parent 6064ee8756
commit 2eaac7e3f9
5 changed files with 112 additions and 59 deletions

View file

@ -11,6 +11,7 @@ extern crate url;
extern crate util;
extern crate time;
extern crate hyper;
extern crate flate2;
#[cfg(test)] mod cookie;
#[cfg(test)] mod data_loader;