mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Adds tests for gzip/deflate response decoding
This commit is contained in:
parent
6064ee8756
commit
2eaac7e3f9
5 changed files with 112 additions and 59 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue